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 27a67ac commit e629f56
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 agatecharts
- 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-charts/actions
:alt: Build status

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

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

0 comments on commit e629f56

Please sign in to comment.