Skip to content

Commit

Permalink
Upload coverage data to Codecov (#131)
Browse files Browse the repository at this point in the history
  • Loading branch information
huangsam authored Oct 1, 2024
1 parent d9e0827 commit c8ac951
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,11 @@ jobs:
run: |
coverage run runner.py
coverage report
- name: Generate coverage.xml artifact
run: |
coverage xml -o ./coverage.xml
- name: Upload coverage data to Codecov
uses: codecov/codecov-action@v4
with:
files: ./coverage.xml
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit c8ac951

Please sign in to comment.