-
Notifications
You must be signed in to change notification settings - Fork 6
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
increase codecov to 100% #74
Comments
open PR to branch 74_100perc_code_coverage |
we might identify unnecessary code that can be deleted as well |
code coverage for |
code coverage increased from 94.3% --> 96.4% still potential to increase for these files: R/simaerep_plot.R: 95.71% |
code for parallelisation is not yet unit tested a lot of it might be redundant when the next version of purrr is released |
identify untested source code lines and add unit tests
add github action.
example:
https://github.com/IMPALA-Consortium/gsm.simaerep/blob/main/.github/workflows/test-coverage.yaml
The text was updated successfully, but these errors were encountered: