-
Notifications
You must be signed in to change notification settings - Fork 148
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
cover tests #273
base: master
Are you sure you want to change the base?
cover tests #273
Conversation
Codecov Report
@@ Coverage Diff @@
## master #273 +/- ##
==========================================
- Coverage 95.42% 86.14% -9.29%
==========================================
Files 13 22 +9
Lines 1661 3781 +2120
==========================================
+ Hits 1585 3257 +1672
- Misses 76 524 +448
Continue to review full report at Codecov.
|
@martindurant I think it would be good to have coverage of the tests. We can |
Is it normal to consider tests as part of coverage? We would want to know of tests that didn't run, but it doesn't seem to be a useful metric for the package as a whole. Actually, we have two separate numbers in the report, so probably don't need a limit on both. I don't really mind though - but had better indeed mark some things we don't use. I don't know why the coverage appears to have gone down significantly. |
I've been trying to exclude the test chunk from the library chunk. The coverage of the tests help make certain that we are running the tests, and show if we miss some chunks of test for some reason or another. (I stole the target from matplotlib) |
Whilst I agree,
|
|
OK, so you can blanket ignore cuDF tests. It would be nice if coverage had a mechanism like pytest marks to set this automatically. |
please fix the merge conflict, if you have the time. |
I guess we can close this now, since we have |
Do those cover the purpose of this PR? This PR was supposed to add an additional check to see the coverage of the test code itself. That way we could be certain that the entire test suite was being run (in case we missed anything and pieces of the tests were actually not being run) |
Oh, I understand now. I misunderstood the purpose of this PR then. Apologies! |
No problem, I should really merge master into this |
We no longer have any |
No description provided.