Details
-
Bug
-
Status: Closed (View Workflow)
-
Highest
-
Resolution: Fixed
-
2.2.1
-
None
-
None
-
JDK 1.5.0_17
Maven 2.0.8
maven-surefire-plugin 2.4.3
JUnit 4.4
Bamboo 2.2.1
Description
Our project currently uses Maven, Bamboo and Sonar.
We noticed a difference between the test counts reported by Bamboo and Sonar.
Bamboo seems to count ignored tests (@Ignore annotation) while Sonar excludes ignore tests. For example we have a build plan that shows 109 tests executed in Bamboo while Sonar show 106 tests executed and 3 ignored.
This is very confusing to our development community. It would be better if Bamboo showed total tests, executed tests and ignored tests.