solargraph
solargraph copied to clipboard
Use undercover tool to report on PR test coverage
This sets up a GitHub workflow which should fail if code added / modified in a PR isn't tested in a spec.
This is mainly something I find helpful in prompting me to go back and add more comprehensive tests for changes. We can formally make it optional or just rely on judgment on whether to merge PRs that aren't fully covered - I'm not too tied up on what that policy is, but having the info is helpful to me, at least.
Superceded by #996