blanket
blanket copied to clipboard
Any plans to add Cobertura XML support
I am using BlanketJS with Jasmine adapter to run my specs, currently using lcov_reporter
to generate my test report. But would like to know any plans to generate also cobertura string so that it can be natively consumed by CI tools like Jenkins?
+1, but there is this if it would work: https://github.com/eriwen/lcov-to-cobertura-xml
I was able to use this: https://github.com/sjonnet19/mocha-cobertura-reporter But unfortunately, absolute filenames are not recognized by cobertura.