-
Notifications
You must be signed in to change notification settings - Fork 438
coverall reports coverage decrease despite tests being added #349
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
Comments
See the reported decrease for my last contribution to #345 (commit d26d639): It is compared to the master branch : "3875 of 4625 relevant lines covered (83.78%)" Something is broken with the coveralls setup. |
It looks like slycot may not be getting installed properly in the runs where it is supposed to be => code that relies on slycot is no longer being tested. Looking to see what is wrong... |
Fixed in PR #353. |
Coverage still does not count the correct line numbers or compares to a wrong reference. See #366 |
I don't think this is fixed by #353. With my recent PR #370, coverall reports
but on the master build it is compared to
|
My recent pull requests enhanced some unit tests, but coverall reports a decrease in coverage.
I believe this happens because it counts the results from the travis jobs without slycot. Most of the unittests are skipped without slycot.
The text was updated successfully, but these errors were encountered: