We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 019fdf7 commit 299ed03Copy full SHA for 299ed03
.github/workflows/testing.yaml
@@ -104,7 +104,6 @@ jobs:
104
name: Run Unit Tests
105
run: cargo test --tests --benches --examples --workspace --all-targets --all-features
106
107
- # Temporary Disable https://github.com/time-rs/time/issues/618
108
- # - id: coverage
109
- # name: Generate Coverage Report
110
- # 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 commit comments