Skip to content

Commit

Permalink
chore: publish coverage data to Codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
kalekundert committed Dec 1, 2022
1 parent 1d001d9 commit 98cb37d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Expand Up @@ -53,6 +53,7 @@ jobs:
run: |
python -m coverage combine
python -m coverage html --skip-covered --skip-empty
python -m coverage xml
python -m coverage report | sed 's/^/ /' >> $GITHUB_STEP_SUMMARY
- name: Upload HTML coverage report
Expand All @@ -61,4 +62,7 @@ jobs:
name: coverage-report-html
path: htmlcov

- name: Upload Codecov report
uses: codecov/codecov-action@v3


0 comments on commit 98cb37d

Please sign in to comment.