Display coverage results as top level option
Minjun Seong
Merged in a post:
Test coverage report in Insight
Y
Ye Feng Wen
Currently, If I upload the test coverage report (in xml) to the artifact, no related content would display in Insight.
It would be nice to have the code coverage report displayed in insight.
Aside from that, it is very complicated (build the current and reference branch together to compare the coverage) to make build fail if the code coverage drops from the previous version. Could CircleCI make it simple ?
CCI-I-492
Minjun Seong
Merged in a post:
Provide badges/shields for code coverage
j
jeff.king@weathersource.com
It would simplify implementation to not require 3rd party solutions. We can already run coverage tests natively in circleci. It would be fantastic if we could easily publish those results.
CCI-I-1585
S
Shazron Abdullah
With cobertura xml output by most test frameworks, this can be easily parsed.
A
Alexander Klimenko
Confirm! It is quite disappointing to get useless fail/success ratio and time spent stats after figuring out how really store_test_results works.