java - Are there code coverage tools that can tell me about just the code that I wrote during my last sprint? -
I am looking for a device that can give me more meaningful metrics about code coverage for my team . For example, two things that I would like to see:
- How many code coverage did we have for code written during our last sprint?
- How much code coverage has broken the new code by the developer?
Has anyone done something like this before? What tools are available? In particular, I am working in Java and I am interested in free or commercial solutions.
Look in the sonar. It can be told about a per-sprint release.
Comments
Post a Comment