We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36bf66e commit 16f4b0dCopy full SHA for 16f4b0d
.github/workflows/ci.yml
@@ -42,6 +42,7 @@ jobs:
42
steps:
43
- uses: actions/checkout@v4
44
- run: rustup update
45
+ - run: rustup component add llvm-tools
46
- run: cargo install cargo-llvm-cov
47
- run: cargo llvm-cov --lcov --workspace --output-path lcov.info
48
- uses: codecov/codecov-action@v5
rust-toolchain.toml
@@ -1,3 +1,2 @@
1
[toolchain]
2
channel = "stable"
3
-components = ["llvm-tools"]
0 commit comments