Skip to content

Commit

Permalink
update codecov action
Browse files Browse the repository at this point in the history
  • Loading branch information
dragazo committed Aug 15, 2024
1 parent bbcd523 commit 7d4935d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/codecov.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ jobs:
- run: rustup update stable
- uses: taiki-e/install-action@cargo-llvm-cov
- run: cargo llvm-cov --ignore-filename-regex 'main.rs|cli.rs|test/' --lcov --output-path lcov.info
- uses: codecov/codecov-action@v3
- uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: lcov.info
fail_ci_if_error: true

0 comments on commit 7d4935d

Please sign in to comment.