Skip to content

Commit

Permalink
Update codecov.yml (#805)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonas-lj authored Jun 13, 2024
1 parent 55e7e56 commit 05ec91d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Install cargo-llvm-cov
uses: taiki-e/install-action@cargo-llvm-cov
- name: Collect coverage data
run: cargo llvm-cov --all-features --workspace --lcov --output-path lcov.info
run: cargo llvm-cov --all-features --workspace --lcov --output-path lcov.info -- --skip test_end_to_end_all_providers
- name: Upload coverage data to codecov
uses: codecov/codecov-action@v3
with:
Expand Down

0 comments on commit 05ec91d

Please sign in to comment.