Skip to content

Commit

Permalink
fix version
Browse files Browse the repository at this point in the history
  • Loading branch information
martinsachs committed Feb 2, 2024
1 parent 6e26dc8 commit 656f1b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/grcov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
zip -0 ccov.zip `find . \( -name "*k2*.gc*" \) -print`;
cargo install grcov;
grcov ccov.zip -s . -t coveralls --llvm --branch --ignore-not-existing --ignore "/*" --token ${{ secrets.CODECOV_TOKEN }} > coveralls.json
- uses: codecov/codecov-action@master
- uses: codecov/codecov-action@v4
with:
file: ./coveralls.json
fail_ci_if_error: true

0 comments on commit 656f1b6

Please sign in to comment.