We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26fdce7 commit e6b5f70Copy full SHA for e6b5f70
1 file changed
.github/workflows/code-coverage.yml
@@ -29,7 +29,7 @@ jobs:
29
redis-cli ping
30
- name: Generate code coverage
31
run: |
32
- cargo +nightly tarpaulin --verbose --all-features --workspace --timeout 120 --out xml
+ cargo +nightly tarpaulin --verbose --workspace --timeout 120 --out xml
33
- name: Upload To codecov.io
34
uses: codecov/codecov-action@v5
35
with:
0 commit comments