Skip to content

Commit 0341407

Browse files
committed
try fix failing codecov with tarpaulin
1 parent a68adb0 commit 0341407

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/coverage.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ jobs:
2222

2323
- name: Generate code coverage
2424
run: |
25-
cargo +nightly tarpaulin --force-clean --verbose --all-features --engine llvm --timeout 120 --out Lcov
25+
cargo tarpaulin --force-clean --verbose --all-features --engine llvm --timeout 120 --out Lcov
26+
# cargo +nightly tarpaulin --force-clean --verbose --all-features --engine llvm --timeout 120 --out Lcov
2627
2728
- name: upload to Coveralls
2829
uses: coverallsapp/github-action@master

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,5 @@ Cargo.lock
1919

2020
# ide folders
2121
.idea/
22+
23+
lcov.info

0 commit comments

Comments
 (0)