-
Notifications
You must be signed in to change notification settings - Fork 27
Open
Labels
enhancementNew feature providedNew feature providedhelp wantedExtra attention is neededExtra attention is neededv1.0.0
Milestone
Description
Generate a meaningful library code coverage report with
cargo tarpaulin --workspace --all-features \
-t 300 -e rinex-cli -e crx2rnx -e rnx2crx -e ublox-rnx--all-featuresto cover the entire library--workspace -e $pkg: exclude applications-t 300sthe default 60s limitation is easily exceeded by our tests
Current code coverage is about 65% to this day.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature providedNew feature providedhelp wantedExtra attention is neededExtra attention is neededv1.0.0