Skip to content

Commit e8bd43a

Browse files
committed
ci: ignore tools
This tool is used to generate test data, so it's already tested in a way.
1 parent a4014fd commit e8bd43a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
use-tool-cache: true
6565
- name: Generate test result and coverage report
6666
run: |
67-
cargo llvm-cov --all-features --workspace --lcov --output-path lcov.info;
67+
cargo llvm-cov --features std,geo,serde,typed_floats --workspace --lcov --output-path lcov.info;
6868
rust-covfix -o lcov-fixed.info lcov.info
6969
- name: Upload to Codecov
7070
uses: codecov/codecov-action@v3

0 commit comments

Comments
 (0)