Skip to content

Commit 1545812

Browse files
committed
ci: Report coverage to Coveralls
1 parent 6497392 commit 1545812

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 agatesql
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-sql/actions
33
:alt: Build status
44

5+
.. image:: https://coveralls.io/repos/wireservice/agate-sql/badge.svg?branch=master
6+
:target: https://coveralls.io/r/wireservice/agate-sql
7+
:alt: Coverage status
8+
59
.. image:: https://img.shields.io/pypi/dm/agate-sql.svg
610
:target: https://pypi.python.org/pypi/agate-sql
711
:alt: PyPI downloads

0 commit comments

Comments
 (0)