Code Smell 175 - Changes Without Coverage
If your merge request has no test changed, you haven't finished your job
TL;DR: Don't change the code without breaking some tests.
Problems
Quality
Maintainability
Solutions
Cover your code.
Context
When you need to make a change, you need to...
maximilianocontieri.com2 min read