Releases: Servoy/svyJenkinsConfig
Releases · Servoy/svyJenkinsConfig
v0.2.0 svyJenkinsConfig
This Pre-release added the following feature:
- generate code analysis HTML report with Plato.
- possibility to exclude modules from code analysis report.
- include in code coverage only target modules.
- possibility to exclude modules and/or files from the code coverage report.
- possibility to disable code coverage and/or code analysis
- possibility to enforce build failure on error during code instrumentation
- resolve code coverage issue with .js file lazy loaded.
The following feature have been deprecated:
- auto-genetate onSolutionClose on test solution for saving the coverage.json results. (deprecated)
v0.1.0 svyJenkinsConfig
This tag includes the following Ant tasks.
- instrument workspace with Istanbul.
- parse the instrumented workspace
- auto-genetate onSolutionClose on test solution for saving the coverage.json results.
- run JSUnit tests for Smart Client solutions on the instrumented workspace.
- generate HTML report from the coverage.json results.