Skip to content

Commit

Permalink
Merge pull request #3188 from PnX-SI/fix/codecov
Browse files Browse the repository at this point in the history
actions: add token to codecov upload
  • Loading branch information
camillemonchicourt committed Sep 16, 2024
2 parents 1caf4d0 + ae1523a commit 95da52b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ jobs:
GEONATURE_CONFIG_FILE: config/test_config.toml
- name: Upload coverage to Codecov
if: ${{ matrix.debian-version == '11' }}
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4.0.1
with:
flags: pytest
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 95da52b

Please sign in to comment.