Skip to content

Commit

Permalink
ci: Report coverage to Coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Oct 4, 2023
1 parent 26195cf commit bff29be
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Expand Up @@ -17,3 +17,6 @@ jobs:
cache-dependency-path: setup.py
- run: pip install .[test]
- run: pytest --cov agatesql
- env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: coveralls --service=github
4 changes: 4 additions & 0 deletions README.rst
Expand Up @@ -2,6 +2,10 @@
:target: https://github.com/wireservice/agate-dbf/actions
:alt: Build status

.. image:: https://coveralls.io/repos/wireservice/agate-dbf/badge.svg?branch=master
:target: https://coveralls.io/r/wireservice/agate-dbf
:alt: Coverage status

.. image:: https://img.shields.io/pypi/dw/agate-dbf.svg
:target: https://pypi.python.org/pypi/agate-dbf
:alt: PyPI downloads
Expand Down

0 comments on commit bff29be

Please sign in to comment.