Maybe it's because 70% coverage is only enough to get a "red" badge, but the coverage reports provided by CodeClimate can be a great way to highlight areas that aren't well-covered by our unit tests. 100% coverage isn't necessary, but when there are pieces of logic that are left entirely uncovered that can be a sign that we haven't considered all possibilities.
This is something of a rolling PR, improving test coverage throughout the plugin.
Maybe it's because 70% coverage is only enough to get a "red" badge, but the coverage reports provided by CodeClimate can be a great way to highlight areas that aren't well-covered by our unit tests. 100% coverage isn't necessary, but when there are pieces of logic that are left entirely uncovered that can be a sign that we haven't considered all possibilities.
This is something of a rolling PR, improving test coverage throughout the plugin.