Closed
Description
Describe the bug
Coverage is reportedly missing on one line.
Moreover, that line is reported using a strange format, just: -96
.
The mentioned line 96 is whitespace, FWIW.
The summary docs don't provide any similar example wrt the observed format.
To Reproduce
Run tox
for this pull request on PyPy3 7.1.1: vytas7/falcon-sqla#4.
Reproduced thrice by rerunning the job.
This is the original failure: https://travis-ci.org/vytas7/falcon-sqla/jobs/654144248#L285
Expected behavior
Expected 100% coverage.
If there was a bug in the code and/or the test suite, expecting to get a clear indication what was not covered.