Skip to content

Commit 6384874

Browse files
authored
Merge pull request #1261 from vbfox/coverage_fixes
Coverage fixes
2 parents 3df3fee + 31d16c9 commit 6384874

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ jobs:
172172
- name: Install cargo-tarpaulin
173173
run: cargo install cargo-tarpaulin
174174
- name: Gather coverage
175-
run: cargo tarpaulin --output-dir coverage --out lcov
175+
run: cargo tarpaulin --output-dir coverage --out lcov --timeout 300
176176
- name: Publish to Coveralls
177177
uses: coverallsapp/github-action@master
178178
with:

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
target
2+
coverage

0 commit comments

Comments
 (0)