Skip to content

Commit

Permalink
fix: remove coverage report generation from testing workflow
Browse files Browse the repository at this point in the history
The coverage report is also generated in the coverage workflow. And it
takes long.
  • Loading branch information
josecelano committed Jan 19, 2024
1 parent 410e39e commit 4c416e0
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/testing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,3 @@ jobs:
- id: test
name: Run Unit Tests
run: cargo test --tests --benches --examples --workspace --all-targets --all-features

- id: coverage
name: Generate Coverage Report
run: cargo llvm-cov nextest --tests --benches --examples --workspace --all-targets --all-features

0 comments on commit 4c416e0

Please sign in to comment.