Skip to content

Commit

Permalink
ci: no clean tarpaulin
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelcr committed Oct 3, 2024
1 parent c684075 commit 9c39a34
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,7 @@ jobs:
- name: Install and run cargo-tarpaulin
run: |
cargo install cargo-tarpaulin
cargo --version
cargo tarpaulin --out lcov --features redis_tests -- --test-threads=1
cargo tarpaulin --no-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 9c39a34

Please sign in to comment.