blanket icon indicating copy to clipboard operation
blanket copied to clipboard

Any plans to add Cobertura XML support

Open ghost opened this issue 10 years ago • 2 comments

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?

ghost avatar Feb 20 '15 12:02 ghost

+1, but there is this if it would work: https://github.com/eriwen/lcov-to-cobertura-xml

tgsoverly avatar May 06 '15 12:05 tgsoverly

I was able to use this: https://github.com/sjonnet19/mocha-cobertura-reporter But unfortunately, absolute filenames are not recognized by cobertura.

Vanuan avatar Aug 08 '15 00:08 Vanuan