Skip to content

Latest commit

 

History

History
60 lines (34 loc) · 1.41 KB

CHANGELOG.md

File metadata and controls

60 lines (34 loc) · 1.41 KB

Changelog

3.0.1

  • #53: Improved error message for missing source encoding
  • #52: Ignore duplicate source files on Cobertura aggregate mode

3.0.0

  • #48: Removed support for URL based source loading due to Coveralls changes
  • #42, #45, #46: Support Coveralls new GitHub based source view
  • #40: Proper multi-module support and report aggregation
  • #37, #41: Disclaimer for Java 8 usage

2.2.0

  • #31: Improved error messages for Coveralls API failures
  • #30: Improved error message for missing charset
  • #28: More lenient XML parsing
  • #26, #29: Support for Saga coverage tool and chain multiple coverage reports

2.1.0

  • #24: Filter out remote names from git branches
  • #19, #20: Skip configuration property to allow skipping of plugin execution

2.0.1

  • #18: Update to HttpComponents HttpClient 4.3
  • #15, #16, #17: Disable PKCS cryptography provider at runtime to work around OpenJDK SSL issue

2.0.0

  • #13: Dry run property for test builds
  • #12: Use ServiceSetup as secondary configuration source and Maven/VM properties as primary
  • #11: Support multiple source directories
  • #9: Support for other CI tools and platforms
  • #8: Aggregated reports for multi-module projects

1.2.0

  • #10: Validation of the Coveralls job
  • #4: Report build timestamp to Coveralls
  • #3: Log code lines from generated report to Maven console

1.1.0

  • #1: Easier configuration for Travis CI

1.0.0

  • Initial release