Skip to content

Commit

Permalink
fix: add LLVM profile file
Browse files Browse the repository at this point in the history
  • Loading branch information
romanzac committed Sep 17, 2024
1 parent 940091a commit ca7cd1f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/my_codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@ name: My Codecov 3
jobs:
tests:
env:
RUSTFLAGS: -C instrument-coverage
CARGO_INCREMENTAL: 0
RUSTFLAGS: "-C instrument-coverage"
LLVM_PROFILE_FILE: "nomos-node-%p-%m.profraw"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit ca7cd1f

Please sign in to comment.