Skip to content

Commit

Permalink
converts coverage to xml
Browse files Browse the repository at this point in the history
  • Loading branch information
tfjgeorge committed Mar 8, 2022
1 parent f09d9b1 commit 0f9da0f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/nngeometry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
- name: Test and generate coverage report
run: |
coverage run -m pytest
coverage xml
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v2
with:
Expand Down

0 comments on commit 0f9da0f

Please sign in to comment.