Skip to content

Commit

Permalink
GHA: use codecov token (#109)
Browse files Browse the repository at this point in the history
  • Loading branch information
mathause authored Oct 15, 2024
1 parent aef8d48 commit 4b637a3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ jobs:
--junitxml=test-results/${{ runner.os }}-${{ matrix.python-version }}.xml
- name: Upload code coverage to Codecov
uses: codecov/codecov-action@v4
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
file: ./coverage.xml
flags: unittests
Expand Down

0 comments on commit 4b637a3

Please sign in to comment.