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