Skip to content

Commit

Permalink
Update coverage workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
cbedetti committed Dec 5, 2019
1 parent 596d867 commit 24b2831
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ jobs:
run: pytest --cov --cov-report=xml
- name: Upload coverage
uses: codecov/codecov-action@v1
if: always()
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: ./coverage.xml
flags: unittests
flags: pytest

0 comments on commit 24b2831

Please sign in to comment.