Closed justinmayer closed 5 years ago
Right now the current CI tests fail if the coverage is not 100%.
Ah, I obviously didn’t realize that. What mechanism provides that exactly?
--cov-fail-under=100
https://github.com/justinmayer/kagi/blob/master/Makefile#L23-L24
Handled with #11
We are using continuous integration to ensure future PRs don't fail our test suite, but we should also ensure our CI flow checks and reports on PR test coverage. (Refs #11 #12)
Related links: