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

Popular posts from this blog

.net - C# List<T>.Find(x=>x.Rectangle.Contains(Point)) FAIL -

iphone - Smoothing a rounded stroke in Core Graphics -

c++ - QtQuick: QQmlApplicationEngine failed to load component qrc:/main.qml:23 Invalid attached object assignment -