Skip to content

Commit

Permalink
Merge pull request #66 from vlaci/renovate/codecov-codecov-action-5.x
Browse files Browse the repository at this point in the history
chore(deps): update codecov/codecov-action action to v5
  • Loading branch information
vlaci authored Nov 17, 2024
2 parents a658456 + 3a7b503 commit 99059e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,12 +62,12 @@ jobs:
run: |
nix build .#checks.${{ matrix.arch }}.test-coverage -o cargo-test
nix build .#checks.${{ matrix.arch }}.pytest-coverage -o pytest
- uses: codecov/codecov-action@v3
- uses: codecov/codecov-action@v5
if: ${{ matrix.arch == 'x86_64-linux' }}
with:
flags: cargo-test
files: cargo-test/coverage.codecov
- uses: codecov/codecov-action@v3
- uses: codecov/codecov-action@v5
if: ${{ matrix.arch == 'x86_64-linux' }}
with:
flags: pytest
Expand Down

0 comments on commit 99059e8

Please sign in to comment.