Skip to content

Commit 0a85f83

Browse files
committed
ci: Report coverage to Coveralls
1 parent 6123334 commit 0a85f83

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.github/workflows/ci.yml

+3
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,6 @@ jobs:
1717
cache-dependency-path: setup.py
1818
- run: pip install .[test]
1919
- run: pytest --cov agatelookup
20+
- env:
21+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
22+
run: coveralls --service=github

README.rst

+4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
:target: https://github.com/wireservice/agate-lookup/actions
33
:alt: Build status
44

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+
59
.. image:: https://img.shields.io/pypi/dw/agate-lookup.svg
610
:target: https://pypi.python.org/pypi/agate-lookup
711
:alt: PyPI downloads

0 commit comments

Comments
 (0)