-
Notifications
You must be signed in to change notification settings - Fork 14
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
JOSS review item: CI #75
Comments
Filter was missing coverage in #75.
I have increased test coverage to 89% by writing additional tests. Some tests remain. |
I get 84%. See mirp_coverage_24-04-07.xlsx. Not quite 89%! But probably enough 😄 For fair comparison, I'm using pytest -v --color=yes --cov=mirp --cov-report html --cov-report term --cov-report xml:cov.xml -n=14 Very pleased to find that I was able to run |
Thanks again for the pull request that made pytest-xdist possible. One difference may be that my coverage results included the tests themselves. |
To expose (and test) SUV conversion we need to do the following:
|
I made some progress in coverage with version 2.2.1. I am leaving this issue open as I need to create new test data to test remaining parts of the code. |
No worries, @alexzwanenburg. At 86% coverage, I'm happy to consider this item "closed" from a JOSS review perspective. |
FWIW, my investigations show ~75% test coverage. This isn't too bad, but it might be worth dedicating some spare time to lifting it a little, especially for the files with little-to-no coverage. See mirp_coverage.xlsx for per-file coverage details.
Improvements to temporary test directory handling are in Implement tmp_path #74. Not important for JOSS publication.
Comments related to implementation of GitHub CI can be found here and here. Not important for JOSS publication.
The text was updated successfully, but these errors were encountered: