https://github.com/numberfour/jscoverage-cobertura-maven-plugin
Transforms jscoverage's JSON output to Cobertura's XML
https://github.com/numberfour/jscoverage-cobertura-maven-plugin
Last synced: 8 months ago
JSON representation
Transforms jscoverage's JSON output to Cobertura's XML
- Host: GitHub
- URL: https://github.com/numberfour/jscoverage-cobertura-maven-plugin
- Owner: NumberFour
- Created: 2011-06-21T15:41:40.000Z (about 15 years ago)
- Default Branch: master
- Last Pushed: 2011-07-08T12:30:18.000Z (almost 15 years ago)
- Last Synced: 2025-01-13T22:27:43.090Z (over 1 year ago)
- Language: Java
- Homepage:
- Size: 123 KB
- Stars: 4
- Watchers: 35
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#jscoverage to Cobertura Maven Plugin
This plugin converts jscoverage's JSON output into the Cobertura XML format. It is configured as follows:
....
de.mytoys.maven.plugins
jscoverage-cobertura-maven-plugin
eu.numberfour.maven.plugins
1.2.0
transform
process-resources
...
Alternatively you can run it from the command line with the following line:
mvn eu.numberfour.maven.plugins:jscoverage-cobertura-maven-plugin:transform
The complete Mojo documentation is available here: http://numberfour.github.com/jscoverage-cobertura-maven-plugin/transform-mojo.html