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 f8f04ae commit caa3616Copy full SHA for caa3616
.github/workflows/test.yml
@@ -146,7 +146,7 @@ jobs:
146
run: cargo generate-lockfile
147
- name: cargo llvm-cov
148
run: cargo llvm-cov --locked --all-features --lcov --output-path lcov.info
149
- - name: record Rust version
+ - name: Record Rust version
150
run: echo "RUST=$(rustc --version)" >> "$GITHUB_ENV"
151
- name: Upload to codecov.io
152
uses: codecov/codecov-action@v4
0 commit comments