mirror of
https://github.com/haraldh/chainerror.git
synced 2025-01-31 00:56:41 +01:00
coverage: don't use all features
This commit is contained in:
parent
935eb658cf
commit
fb99427f19
2
.github/workflows/coverage.yml
vendored
2
.github/workflows/coverage.yml
vendored
|
@ -14,7 +14,7 @@ jobs:
|
|||
|
||||
- name: Generate code coverage
|
||||
run: |
|
||||
cargo tarpaulin --verbose --all-features --workspace --timeout 120 --out Lcov --output-dir coverage
|
||||
cargo tarpaulin --verbose --workspace --timeout 120 --out Lcov --output-dir coverage
|
||||
|
||||
- name: Upload to coveralls
|
||||
uses: coverallsapp/github-action@master
|
||||
|
|
Loading…
Reference in a new issue