Skip to content

Commit

Permalink
ci: skip clean
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelcr committed Oct 3, 2024
1 parent 9c39a34 commit 0ec4714
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- name: Install and run cargo-tarpaulin
run: |
cargo install cargo-tarpaulin
cargo tarpaulin --no-clean --out lcov --features redis_tests -- --test-threads=1
cargo tarpaulin --skip-clean --out lcov --features redis_tests -- --test-threads=1
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4
Expand Down

0 comments on commit 0ec4714

Please sign in to comment.