Skip to content

Releases: QualInsight/qualinsight-mojo-cobertura

2.0.0

15 Mar 22:40
Compare
Choose a tag to compare
  • #30 clarify parameters names
  • #33 fix missing sources tag in generated coverage.xml (thank you to @jakob-o)
  • #35 feed class loader with auxiliary classpath (thank you to @jakob-o)
  • #39 move documentation to wiki
  • #38 modify travis build configuration to use jdk 1.8

2.0.0-RC1

13 Mar 23:38
Compare
Choose a tag to compare
2.0.0-RC1 Pre-release
Pre-release
  • #30 clarify parameters names
  • #33 fix missing sources tag in generated coverage.xml (thank you to @jakob-o)
  • #35 feed class loader with auxiliary classpath (thank you to @jakob-o)
  • #39 move documentation to wiki
  • #38 modify travis build configuration to use jdk 1.8

qualinsight-mojo-cobertura-1.1.0

16 Jun 20:42
Compare
Choose a tag to compare
  • enable generation of both HTML and XML reports #7
  • fix bug with alternate source directories #28

qualinsight-mojo-cobertura-1.0.8

27 Apr 21:04
Compare
Choose a tag to compare
  • make SRC_DIR parameterizable

qualinsight-mojo-cobertura-1.0.7

30 Sep 22:11
Compare
Choose a tag to compare
  • Bug fix: configuring instrumented classes destination directory not working #25
  • Enhancement: add documentation explaining how to gather coverage data while running ITs on Jetty #26

qualinsight-mojo-cobertura-1.0.6

28 Sep 22:42
Compare
Choose a tag to compare
  • Bug fix: build fails if cobertura coverage file is missing #23

qualinsight-mojo-cobertura-1.0.5

28 Sep 22:41
Compare
Choose a tag to compare
  • Bug fix: stop using nio (JDK 1.7) and use Maven 3.2.5 (instead of 3.3.3) #16

qualinsight-mojo-cobertura-1.0.4

26 Sep 21:52
Compare
Choose a tag to compare
  • Bug fix: unwanted warnings have been removed #17
  • New feature: report-overall-coverage goal merges UT and IT coverage data and creates an overall test coverage report #19
  • New feature: keepInstrumentedClasses configuration option keeps instrumented classes after report generation #20
  • New feature: JDK 1.6 support #16
  • Improvement: report transformation is now done in a single pass #15
  • Improvement: missing user documentation has been written #18
  • Improvement: contributors are now correctly listed in pom.xml #6

qualinsight-mojo-cobertura-1.0.3

23 Sep 17:41
Compare
Choose a tag to compare
  • bug fix : xsl transformation now deduplicates file nodes related to inner classes #13

qualinsight-mojo-cobertura-1.0.2

22 Sep 10:52
Compare
Choose a tag to compare
  • bug fix : #11 Now able to instrument multi module projects