Skip to content

Commit

Permalink
Add codecov again
Browse files Browse the repository at this point in the history
  • Loading branch information
EntilZha committed Apr 22, 2020
1 parent 07863c9 commit 86e521f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,7 @@ jobs:
if: always()
- name: Test with pytest
run: |
poetry run pytest --cov=functional
poetry run pytest --cov=functional --cov-report=xml
if: always()
- uses: codecov/codecov-action@v1
file: ./coverage.xml

0 comments on commit 86e521f

Please sign in to comment.