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.