coverage: don't use all features

This commit is contained in:
Harald Hoyer 2020-06-03 14:30:52 +02:00
parent 935eb658cf
commit fb99427f19
Signed by: harald
GPG key ID: 900F3C4971086004

View file

@ -14,7 +14,7 @@ jobs:
- name: Generate code coverage - name: Generate code coverage
run: | 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 - name: Upload to coveralls
uses: coverallsapp/github-action@master uses: coverallsapp/github-action@master