Skip to content

Commit

Permalink
Report coverage as xml
Browse files Browse the repository at this point in the history
  • Loading branch information
Askaholic committed Mar 2, 2021
1 parent 47543df commit 7d60323
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,12 +66,12 @@ jobs:
pip install pipenv
pipenv sync --dev
- run: pipenv run tests
- run: pipenv run tests --cov-report=xml

- name: Report coverage
uses: codecov/codecov-action@v1
with:
files: .coverage
files: coverage.xml
fail_ci_if_error: true

docker-build:
Expand Down

0 comments on commit 7d60323

Please sign in to comment.