devcon5io / mutation-analysis-plugin

Plugin for SonarQube to process mutation analysis results.
GNU Lesser General Public License v3.0
30 stars 17 forks source link

Collect total tests executed #36

Closed gmuecke closed 5 years ago

gmuecke commented 5 years ago

Pitests counts the number of tests executed to kill a muation. This metric should also be collected and exposed in SonarQube. A high test execution count might be an indicator of a "by-catch" / non-specific test.