Skip to content

Commit

Permalink
ci: add codecov-token
Browse files Browse the repository at this point in the history
  • Loading branch information
vlaci committed Nov 17, 2024
1 parent 99059e8 commit d0da7be
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 d0da7be

Please sign in to comment.