Skip to content

Commit

Permalink
Add codecov token usage
Browse files Browse the repository at this point in the history
  • Loading branch information
vovaf709 committed Apr 23, 2024
1 parent 606e0ff commit 0291c18
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,8 @@ jobs:

- name: Upload coverage results
uses: codecov/codecov-action@v4
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
fail_ci_if_error: true
files: reports/coverage-${{ matrix.python-version }}.xml
Expand Down

0 comments on commit 0291c18

Please sign in to comment.