We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
rinex
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-features
--workspace -e $pkg
-t 300s
Current code coverage is about 65% to this day.
The text was updated successfully, but these errors were encountered:
cargo tarpaulin -p rinex -t 1000 64.64% as of v0.15.4
Sorry, something went wrong.
No branches or pull requests
Generate a meaningful library code coverage report with
--all-features
to cover the entire library--workspace -e $pkg
: exclude applications-t 300s
the default 60s limitation is easily exceeded by our testsCurrent code coverage is about 65% to this day.
The text was updated successfully, but these errors were encountered: