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 d2c4ae6 commit cb91833
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
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,6 @@ jobs:
cache-dependency-path: setup.py
- run: pip install .[test]
- run: pytest --cov agateexcel
- env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: coveralls --service=github
4 changes: 4 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
:target: https://github.com/wireservice/agate-excel/actions
:alt: Build status

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

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

0 comments on commit cb91833

Please sign in to comment.