Skip to content

Commit

Permalink
pytest: add gcov to CodeCov uploader
Browse files Browse the repository at this point in the history
  • Loading branch information
echoix committed Jan 20, 2024
1 parent 1b6ccf8 commit 965c94e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,12 @@ jobs:

- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
with:
verbose: true
gcov: true
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

pytest-success:
name: pytest Result
needs:
Expand Down

0 comments on commit 965c94e

Please sign in to comment.