winterbe / jest-teamcity-reporter

Teamcity Reporter for Jest Unittest Results
https://www.npmjs.com/package/jest-teamcity-reporter
Other
50 stars 23 forks source link

Use TeamCity Default Statistics Values #21

Closed fredmon3 closed 6 years ago

fredmon3 commented 6 years ago

The purpose of this pull request is to populate the TeamCity default statistics values with the matching coverage statistics.

This leverages the built in TeamCity statistics for coverage and eliminates the need to create custom statistics.

codecoveragesummary codecoveragestatistics

winterbe commented 6 years ago

This is great, thanks for your contribution.