[Note] The improvement to code quality that drops the coverage metric 40%!
Working with an old codebase today, I moved a method from one file to another. CI was happy. Then I realised the method didn’t have any automated tests, so I wrote one. It turns out its entire (new) file didn’t have any, so my change would improve test coverag…