We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6123334 commit 0a85f83Copy full SHA for 0a85f83
.github/workflows/ci.yml
@@ -17,3 +17,6 @@ jobs:
17
cache-dependency-path: setup.py
18
- run: pip install .[test]
19
- run: pytest --cov agatelookup
20
+ - env:
21
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
22
+ run: coveralls --service=github
README.rst
@@ -2,6 +2,10 @@
2
:target: https://github.com/wireservice/agate-lookup/actions
3
:alt: Build status
4
5
+.. image:: https://coveralls.io/repos/wireservice/agate-lookup/badge.svg?branch=master
6
+ :target: https://coveralls.io/r/wireservice/agate-lookup
7
+ :alt: Coverage status
8
+
9
.. image:: https://img.shields.io/pypi/dw/agate-lookup.svg
10
:target: https://pypi.python.org/pypi/agate-lookup
11
:alt: PyPI downloads
0 commit comments