We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e7d035 commit 0ab3dacCopy full SHA for 0ab3dac
.github/workflows/ci.yml
@@ -313,6 +313,12 @@ jobs:
313
- name: "`grcov` ~ install"
314
run: cargo install grcov
315
316
+ - name: Create config for testing
317
+ run: |
318
+ mkdir -p .cargo
319
+ echo '[env]
320
+ LLVM_PROFILE_FILE = { value = "target/debug/coverage/default-%p-%8m.profraw", relative = true }' >> .cargo/config.toml
321
+
322
- name: Execute tests
323
run: cargo test --no-fail-fast --locked --all-targets ${{ matrix.extra_args }}
324
env:
0 commit comments