-
Suggestion
-
Resolution: Unresolved
-
None
-
0
-
3
-
Similar to the Clover integration, it would be great to have an emma integration as well for the rest of us who do not have clover licenses. Having out-of-the-box code coverage could be stand-out feature. Think about doing some of the graphs you've done for who has broken the build most for coverage. Who has implemented the most tests? Whose tests cover the most of the build? Whose cover the least?
- duplicates
-
BAM-13180 Code coverage reports in Bamboo for Cobertura
- Gathering Interest
- is related to
-
BAM-18366 Make Bamboo<->Clover integration coverage tool agnostic
- Closed
- relates to
-
BAM-12496 Java Code Coverage Tool Plugins only exist for Java Code Coverage projects abandoned years ago and do not support Java 7
- Closed
- mentioned in
-
Page Failed to load
Form Name |
---|
Currently, I have a task to:
Build Plan
task 1) run "ant emma debug install test fetch uninstall"
task 2) zip up the Code Coverage report. Into "coverage.zip" into an Artifact
Deploy Plan
task 1) download the coverage report and other artifacts
task 2) SCP the program artifacts to the FTP server
task 3) SCP the Coverage.zip to my web server
task 4) SSH task to "unzip" the report on my web server
Now I can browse the latest code coverage html report on my web site.
Not ideal, cuz it's not in Bamboo, but does give me some visibility into the results.
Hope this idea helps other.