We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6d3d33 commit 8e63407Copy full SHA for 8e63407
1 file changed
.github/workflows/coverage.yml
@@ -21,6 +21,6 @@ jobs:
21
components: llvm-tools-preview
22
- name: code-coverage
23
run: |
24
- cargo install cargo-binutils
+ cargo install cargo-binutils@0.3.6
25
cargo install --version 0.19.1 cargo-tarpaulin
26
cargo tarpaulin --force-clean --exclude-files tests/data/* benches/* --follow-exec --coveralls ${{ secrets.CODECOV_TOKEN }}
0 commit comments