- Changed the maven goal and phase, this might break existing maven config (sorry). See the readme for example maven usage.
- Does not crash if Test Name is empty in tracefile
TN:
- Minor style tweaks.
- From this release onwards the jgenhtml jar is also a Maven plugin and is available on Maven Central.
- Thanks to the team from jstd-maven-plugin for the motivation and offers of assistance.
- Fixed a bug where counters would be wrong if the same source file was covered more than once in the tracefile/s.
- Renamed source package to com.googlecode.jgenhtml as it's more appropriate.
- Important you need to update your ant taskdef to reflect this (see [Usage]).
- Added support for baseline file.
- Added 'functions' page which I overlooked in previous release.
- Ant task can now accept multiple tracefiles.
- Added support for descriptions.
- Added support for html-gzip.
- Supports branch and function coverage.
- Supports processing multiple tracefiles.
- Table sorting implemented.
- Added new "html only" config file option so that the XML version of the report is not generated (see [Usage]).
- Added grey and white "zebra row striping" to the source code view which I now regret - it will be removed next release.
- Scores of other tweaks.
- Many more command line switches supported.
- Supports lcovrc config file.
- Produces reports that look more like native genhtml.
- What you need to build jsTestDriver reports - the only command line switch supported is output-directory.