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 c49a209 commit 27a7f92Copy full SHA for 27a7f92
.github/workflows/testing.yaml
@@ -104,6 +104,7 @@ jobs:
104
name: Run Unit Tests
105
run: cargo test --tests --benches --examples --workspace --all-targets --all-features
106
107
- - id: coverage
108
- name: Generate Coverage Report
109
- run: cargo llvm-cov nextest --tests --benches --examples --workspace --all-targets --all-features
+ # Temporary Disable https://github.com/time-rs/time/issues/618
+ # - id: coverage
+ # name: Generate Coverage Report
110
+ # run: cargo llvm-cov nextest --tests --benches --examples --workspace --all-targets --all-features
0 commit comments