Skip to content

Commit

Permalink
Merge torrust#631: Remove coverage report generation from testing wor…
Browse files Browse the repository at this point in the history
…kflow

4c416e0 fix: remove coverage report generation from testing workflow (Jose Celano)

Pull request description:

  The coverage report is also generated in the `coverage` workflow. And it takes long.

ACKs for top commit:
  josecelano:
    ACK 4c416e0

Tree-SHA512: 110a4562944d6a82de3f33f08a72989e490d4a6e5422a954a5d78344a97f40a32e86b524f58b341806dc2b73d11d6ecfeb4a16a272717a1ed2011c272ac5604c
  • Loading branch information
josecelano committed Jan 19, 2024
2 parents 410e39e + 4c416e0 commit 254d16f
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 254d16f

Please sign in to comment.