Add Code Coverage Reporting #426
Labels
area/build-tools
Development tooling.
area/tests
Unit tests, integration tests, anything to make sure things don't break
kind/feature
New feature or request
Currently it can be difficult to know how much testing is needed for a PR. Especially when it's a type used across the codebase, as there can already be enough tests in other areas to not warrant adding more tests. So I'd like to propose that we add some code coverage reporting to PRs so that we can get insight into how much untested code is being added.
I'm not proposing that we actually require 100% coverage in PRs (or requiring any percentage), only that we expose that information in the PR through something like a bot to help the reviewer and author.
The text was updated successfully, but these errors were encountered: