Skip to content

Commit

Permalink
ci: re-enable llvm-cov coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
da2ce7 committed Oct 8, 2023
1 parent 4ca47a4 commit be914b6
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/testing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@ jobs:
name: Run Unit Tests
run: cargo test --tests --benches --examples --workspace --all-targets --all-features

# Temporary Disable https://github.com/time-rs/time/issues/618
# - id: coverage
# name: Generate Coverage Report
# run: cargo llvm-cov nextest --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 be914b6

Please sign in to comment.