Skip to content

Commit e6b5f70

Browse files
committed
ci: run code coverage on default features
1 parent 26fdce7 commit e6b5f70

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/code-coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
redis-cli ping
3030
- name: Generate code coverage
3131
run: |
32-
cargo +nightly tarpaulin --verbose --all-features --workspace --timeout 120 --out xml
32+
cargo +nightly tarpaulin --verbose --workspace --timeout 120 --out xml
3333
- name: Upload To codecov.io
3434
uses: codecov/codecov-action@v5
3535
with:

0 commit comments

Comments
 (0)