Importing Arbitrary Coverage Results to TeamCity
warning
Avoid publishing values like
CodeCoverageB
,CodeCoverageL
,CodeCoverageM
,CodeCoverageC
standing for a block/line/method/class coverage percentage. TeamCity will calculate these values using their absolute parts. For example,CodeCoverageL
will be calculated asCodeCoverageAbsLCovered
divided byCodeCoverageAbsLTotal
. Such values will be published without their decimal parts, which might make them useless.
Thanks for your feedback!
Was this page helpful?