We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4014fd commit e8bd43aCopy full SHA for e8bd43a
.github/workflows/ci.yml
@@ -64,7 +64,7 @@ jobs:
64
use-tool-cache: true
65
- name: Generate test result and coverage report
66
run: |
67
- cargo llvm-cov --all-features --workspace --lcov --output-path lcov.info;
+ cargo llvm-cov --features std,geo,serde,typed_floats --workspace --lcov --output-path lcov.info;
68
rust-covfix -o lcov-fixed.info lcov.info
69
- name: Upload to Codecov
70
uses: codecov/codecov-action@v3
0 commit comments