Skip to content

Releases: Madrapps/jacoco-report

v1.7.2-beta

20 Sep 21:23
e4bbaf0
Compare
Choose a tag to compare
v1.7.2-beta Pre-release
Pre-release

What's Changed

Full Changelog: v1.7.1...v1.7.2-beta

v1.7.2-alpha

19 Sep 17:49
960061c
Compare
Choose a tag to compare
Pre-release

What's Changed

Full Changelog: v1.7.1...v1.7.2-alpha

v1.7.1

18 Sep 06:34
7c362ac
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.7.0...v1.7.1

v1.7.0

30 Aug 17:49
642c391
Compare
Choose a tag to compare

What's Changed

  • Nothing major has changed since v1.7.0-alpha , apart from documentation update and more lint checks

Full Changelog: v1.7.0-alpha...v1.7.0

v1.7.0-alpha

08 Jul 12:13
e06719e
Compare
Choose a tag to compare
Pre-release

What's Changed

New Contributors

Full Changelog: v1.6.1...v1.7.0-alpha

v1.6.1

31 Jul 12:32
db72e7e
Compare
Choose a tag to compare

What's Changed

  • Fix for TypeError: Cannot read properties of undefined (reading 'split') when pushing .png or .jpg files which doesn't have a diff
  • Added the continue-on-error input parameter.

Full Changelog: v1.6...v1.6.1

v1.6

30 Jul 16:11
94dfcf8
Compare
Choose a tag to compare

What's Changed

  • Customize the pass and fail emojis
  • Show coverage of the Changed Files (Diff)
  • Styling title to custom headings

Full Changelog: v1.5...v1.6

v1.5

25 Jul 11:56
840f42e
Compare
Choose a tag to compare

What's Changed

  • skip-if-no-changes option: If true, comment won't be added if there is no coverage information present for
    the files changed
  • Suport for JaCoCo aggregated reports (support for the <group> tag in the report)
  • Full support for Multi module projects (comment has module level coverage info in addition to the file level coverage)

New Contributors

Full Changelog: v1.4...v1.5

v1.4

31 May 07:02
7ce0d58
Compare
Choose a tag to compare

Addressing the set-output deprecation

v1.3

10 Sep 05:07
7a33425
Compare
Choose a tag to compare
  • Option to update existing comment, rather than adding a new comment every time