Skip to content

Commit

Permalink
Enable codecov.io.
Browse files Browse the repository at this point in the history
  • Loading branch information
dave-shawley committed May 11, 2021
1 parent ff744d2 commit 4e03c44
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,13 +54,13 @@ jobs:
coverage run -m unittest discover tests
coverage report
coverage xml -o ./coverage.xml
# - name: Upload coverage report
# uses: codecov/codecov-action@v1.5.0
# with:
# token: ${{secrets.CODECOV_TOKEN}}
# file: ./coverage.xml
# flags: unittests
# fail_ci_if_error: true
- name: Upload coverage report
uses: codecov/codecov-action@v1.5.0
with:
token: ${{secrets.CODECOV_TOKEN}}
file: ./coverage.xml
flags: unittests
fail_ci_if_error: true

dist-test:
name: Ensure that distribution tasks will work
Expand Down

0 comments on commit 4e03c44

Please sign in to comment.