Kaydet (Commit) b79ccbe5 authored tarafından Anthony Sottile's avatar Anthony Sottile

Use azure pipelines coverage

Committed via https://github.com/asottile/all-repos
üst 670507c8
[![Build Status](https://travis-ci.org/asottile/add-trailing-comma.svg?branch=master)](https://travis-ci.org/asottile/add-trailing-comma)
[![Coverage Status](https://coveralls.io/repos/github/asottile/add-trailing-comma/badge.svg?branch=master)](https://coveralls.io/github/asottile/add-trailing-comma?branch=master)
[![Build Status](https://dev.azure.com/asottile/asottile/_apis/build/status/asottile.add-trailing-comma?branchName=master)](https://dev.azure.com/asottile/asottile/_build/latest?definitionId=3&branchName=master)
[![Azure DevOps coverage](https://img.shields.io/azure-devops/coverage/asottile/asottile/3/master.svg)](https://dev.azure.com/asottile/asottile/_build/latest?definitionId=3&branchName=master)
add-trailing-comma
=========
==================
A tool (and pre-commit hook) to automatically add trailing commas to calls and
literals.
......@@ -12,7 +11,6 @@ literals.
`pip install add-trailing-comma`
## As a pre-commit hook
See [pre-commit](https://github.com/pre-commit/pre-commit) for instructions
......
......@@ -4,7 +4,7 @@ resources:
type: github
endpoint: asottile-github
name: asottile/azure-pipeline-templates
ref: refs/tags/v0.0.1
ref: refs/tags/v0.0.3
jobs:
- template: job--python-tox.yml@asottile
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment