문제

Scenario: a team works on a Java/Maven/JUnit project using some kind of SCM. We would like to increase test coverage, meaning all developers should test code more intensively. Measuring overall test coverage improvements using something like SonarQube is easy enough, but you need to do it per developer in order to be able to recognise the outliers: engineers which have the best test coverage and engineers whose coverage is worst.

How would you answer the question "what is the test coverage of code modified by developer X during the last month?" Is there a surrogate, approximate measure that could be followed more easily?

도움이 되었습니까?

해결책

There is a commercial Developer Cockpit plugin that does just this, plus other nifty features.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top