Skip to content

Commit

Permalink
Upload coverage report
Browse files Browse the repository at this point in the history
Signed-off-by: Victor Chang <[email protected]>
  • Loading branch information
mocsharp committed Dec 5, 2024
1 parent a339819 commit 4dce2e8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,12 @@ jobs:
run: |
poetry run pytest
- name: Upload Coverage Report
uses: actions/[email protected]
with:
name: coverage
path: tests/reports/coverage.json

- name: Update Coveralls Report
uses: coverallsapp/[email protected]
if: ${{ matrix.python.coveralls }}
Expand Down

0 comments on commit 4dce2e8

Please sign in to comment.