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.
-C
-Z
1 parent d72d981 commit b4e27faCopy full SHA for b4e27fa
.github/workflows/test.yaml
@@ -49,7 +49,7 @@ jobs:
49
- name: Run tests
50
run: cargo test --all-features --no-fail-fast
51
env:
52
- RUSTFLAGS: '-Zinstrument-coverage'
+ RUSTFLAGS: '-Cinstrument-coverage'
53
- name: Run grcov
54
if: matrix.rust-version == 'nightly' && matrix.cargo-args == '--all-features'
55
# Important! Keep in grcov flags in sync with Makefile.internal.toml.
0 commit comments