Uh oh!
There was an error while loading. Please reload this page.
Test coverage CI - #504
Conversation
jakirkham
commented
Nov 11, 2019
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. 🙂 |
jakirkham
commented
Nov 11, 2019
This seems interesting. ref: https://travis-ci.org/zarr-developers/zarr-python/jobs/610469624#L2314-L2315 |
jrbourbeau
commented
Nov 11, 2019
jakirkham
commented
Nov 11, 2019
jakirkham
commented
Jan 18, 2020
Toggling for CI |
jakirkham
commented
Jan 19, 2020
Toggling for CI. |
mzjp2
commented
Mar 2, 2020
For some reason, coveralls just isn't being communicated with, but I can't tell why. Our |
jakirkham
commented
Mar 2, 2020
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 |
mzjp2
commented
Mar 2, 2020
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 |
mzjp2
commented
Mar 2, 2020
Other people with the same problem: lemurheavy/coveralls-public#1408 |
jakirkham
commented
Mar 3, 2020
Some work to fix Coveralls in PR ( #541 ). |
To see if we're below 100% on
masterTODO:
tox -e docs)