Skip to content

Commit

Permalink
ci: run code-coverage tool tarpaulin only on default features
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-ferdinand committed Jan 5, 2024
1 parent bf46f5a commit e95c7e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
version: "^0.27"

- name: Run tarpaulin
run: cargo tarpaulin --all-features --all-targets --workspace --engine llvm --timeout 600 --out Lcov
run: cargo tarpaulin --all-targets --workspace --engine llvm --timeout 600 --out Lcov

- name: Upload coverage to coveralls.io
uses: coverallsapp/github-action@v2
Expand Down

0 comments on commit e95c7e4

Please sign in to comment.