3

We have an automated check for code coverage. One of the rules "It shouldn't decrease after the change".

And then you delete unused code from the class :)

Now total number of lines decreases and % of uncovered lines increases :/

Comments
Add Comment