-
-
Notifications
You must be signed in to change notification settings - Fork 329
Test coverage CI #504
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
Test coverage CI #504
Conversation
If you look at the Coveralls report, it lists files a few times. Some of these note 100% and some don't. Though the ones that don't typically have lines intentionally excluded (workarounds for old Python or NumPy versions). The cumulative result is 100% coverage. However it is curious that Coveralls no longer reports this correctly. I'm guessing they changed something, which is making cumulative coverage not work correctly. Not sure how though. Maybe this helps give you some context. 🙂 |
This seems interesting.
ref: https://travis-ci.org/zarr-developers/zarr-python/jobs/610469624#L2314-L2315 |
Toggling for CI |
Toggling for CI. |
For some reason, coveralls just isn't being communicated with, but I can't tell why. Our |
FWIW after poking at this problem occasionally over the past few months, I'm about as confused as you are. Maybe we need to use the |
Just FYI, I've removed the continuous-integration/travis-ci status check and enabled the other other one, based off it being depracated: https://travis-ci.community/t/known-issue-travis-ci-reports-expected-waiting-for-status-to-be-reported-on-the-github-status-api-but-the-status-never-arrives/1154 |
Other people with the same problem: lemurheavy/coveralls-public#1408 |
Some work to fix Coveralls in PR ( #541 ). |
To see if we're below 100% on
master
TODO:
tox -e docs
)