Skip to content

Commit 299ed03

Browse files
committed
ci: re-enable llvm-cov coverage
1 parent 019fdf7 commit 299ed03

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/testing.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,6 @@ jobs:
104104
name: Run Unit Tests
105105
run: cargo test --tests --benches --examples --workspace --all-targets --all-features
106106

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
107+
- id: coverage
108+
name: Generate Coverage Report
109+
run: cargo llvm-cov nextest --tests --benches --examples --workspace --all-targets --all-features

0 commit comments

Comments
 (0)