You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With a bunch of exceptions due to old code, we can lock down this repo to comply with the @coala rule of 100% branch coverage, to prevent new accidental additions of code without proper coverage. It is often hard to spot where tests have not provided 100% coverage. We have tools for that. And we have a setup.cfg template for it.
Issues have been created for most of the outstanding test coverage issues, and they will likely be great GCI tasks.
Creates a list of coverage exceptions in .nocover.yaml
which are used in setup.cfg by coverage to ignore them
while ensuring any other parts of the code are fully
tested.
Also rename one function so its signature is on one line
as required for coverage to ignore the entire function.
Closescoala#282
jayvdb
added a commit
to jayvdb/coala-quickstart
that referenced
this issue
Aug 4, 2018
With a bunch of exceptions due to old code, we can lock down this repo to comply with the @coala rule of 100% branch coverage, to prevent new accidental additions of code without proper coverage. It is often hard to spot where tests have not provided 100% coverage. We have tools for that. And we have a setup.cfg template for it.
Issues have been created for most of the outstanding test coverage issues, and they will likely be great GCI tasks.
The text was updated successfully, but these errors were encountered: