Skip to content

Commit

Permalink
Merge pull request #74 from vlaci/codecov-token
Browse files Browse the repository at this point in the history
ci: add codecov-token
  • Loading branch information
vlaci authored Nov 17, 2024
2 parents 99059e8 + d0da7be commit 3043c15
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,11 +67,13 @@ jobs:
with:
flags: cargo-test
files: cargo-test/coverage.codecov
token: ${{ secrets.CODECOV_TOKEN }}
- uses: codecov/codecov-action@v5
if: ${{ matrix.arch == 'x86_64-linux' }}
with:
flags: pytest
files: pytest/coverage.codecov
token: ${{ secrets.CODECOV_TOKEN }}

Linux:
needs: [Nix]
Expand Down

0 comments on commit 3043c15

Please sign in to comment.