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

Report jest coverage data as TeamCity build statistics #19

Closed alexangas closed 6 years ago

alexangas commented 6 years ago

Fixes #18.

If jest is run without the --coverage parameter then there is no change to existing behaviour. If the --coverage parameter is used then custom build metrics for JavaScript code coverage are reported to TeamCity.

winterbe commented 6 years ago

Thanks for your contribution!