Can JavaScript be deduced from the JavaScript toolkit to reach Istanbul through TeamCity?

Is it possible to somehow publish reports from Istanbul JavaScript coverage analysis tool through TeamCity ? That is, I want to integrate these results into reporting tools for TeamCity coverage.

+5
source share
3 answers

Yes.

  • configure the build script to create an HTML report (preferably in a zip archive).
  • : , .
  • "", .

, | "" " ". , ( ), , .

, , .

+4

--reporter=teamcity.

.

+1

All Articles