We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c63bb85 commit 0bd8453Copy full SHA for 0bd8453
.github/workflows/rust.yml
@@ -34,7 +34,7 @@ jobs:
34
- name: Run cargo-tarpaulin
35
uses: actions-rs/tarpaulin@v0.1
36
with:
37
- version: '0.9.0'
+ # version: '0.9.0'
38
args: '-- --test-threads 1'
39
- name: Upload to codecov.io
40
uses: codecov/codecov-action@v1.0.2
0 commit comments