Skip to content

Commit

Permalink
Update python-coverage.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
ncilfone committed Apr 5, 2021
1 parent 4f6f5d3 commit c23f73e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/python-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ jobs:
- name: Test with pytest
run: |
coverage run -m pytest --cov=spock --cov-config=./tests/.coveragerc
- name: Debug coveralls
run: coveralls debug

- name: Upload coverage data to coveralls.io
run: coveralls --service=github --rcfile=./tests/.coveragerc
Expand Down

0 comments on commit c23f73e

Please sign in to comment.