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.
2 parents 3df3fee + 31d16c9 commit 6384874Copy full SHA for 6384874
.github/workflows/ci.yml
@@ -172,7 +172,7 @@ jobs:
172
- name: Install cargo-tarpaulin
173
run: cargo install cargo-tarpaulin
174
- name: Gather coverage
175
- run: cargo tarpaulin --output-dir coverage --out lcov
+ run: cargo tarpaulin --output-dir coverage --out lcov --timeout 300
176
- name: Publish to Coveralls
177
uses: coverallsapp/github-action@master
178
with:
.gitignore
@@ -1 +1,2 @@
1
target
2
+coverage
0 commit comments