Skip to content

Commit

Permalink
ci: fix grcov
Browse files Browse the repository at this point in the history
instrument-coverage has been stable

Signed-off-by: 刺珏 <[email protected]>
  • Loading branch information
Forsworns committed Feb 19, 2024
1 parent 320325d commit f8d190f
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 @@ -20,7 +20,7 @@ jobs:
if: ${{ github.actor != 'dependabot[bot]' }}
runs-on: ubuntu-latest
env:
RUSTFLAGS: -Zinstrument-coverage
RUSTFLAGS: -Cinstrument-coverage
LLVM_PROFILE_FILE: "sentinel-core-%p-%m.profraw"
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
steps:
Expand Down

0 comments on commit f8d190f

Please sign in to comment.