Skip to content
New issue

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: increase code coverage #65

Open
gwbres opened this issue Dec 4, 2022 · 1 comment
Open

rinex: increase code coverage #65

gwbres opened this issue Dec 4, 2022 · 1 comment
Labels
enhancement New feature provided help wanted Extra attention is needed v1.0.0
Milestone

Comments

@gwbres
Copy link
Collaborator

gwbres commented Dec 4, 2022

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 to cover the entire library
  • --workspace -e $pkg: exclude applications
  • -t 300s the default 60s limitation is easily exceeded by our tests

Current code coverage is about 65% to this day.

@gwbres gwbres added enhancement New feature provided help wanted Extra attention is needed v1.0.0 labels Dec 4, 2022
@gwbres gwbres added this to the v1.0.0 milestone Dec 4, 2022
@gwbres gwbres linked a pull request Dec 7, 2022 that will close this issue
@gwbres gwbres removed a link to a pull request Dec 7, 2022
@gwbres gwbres changed the title rinex: improve code coverage rinex: increase code coverage Dec 7, 2022
@gwbres gwbres linked a pull request Dec 7, 2022 that will close this issue
@gwbres gwbres removed a link to a pull request Dec 8, 2022
@gwbres
Copy link
Collaborator Author

gwbres commented Jan 1, 2024

cargo tarpaulin -p rinex -t 1000

64.64% as of v0.15.4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature provided help wanted Extra attention is needed v1.0.0
Projects
None yet
Development

No branches or pull requests

1 participant