Skip to content

Releases: Madrapps/jacoco-report

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

v1.2

03 Sep 11:37
fd4800e
Compare
Choose a tag to compare
  • Multiple reports via paths
  • Title for PR comment via title

v1.1

22 Mar 18:38
67036d8
Compare
Choose a tag to compare

Excluding interfaces from participating in code coverage

v1

20 Mar 11:16
be8ba5e
Compare
Choose a tag to compare

Base version of the action, supporting:

  • add coverage information as a comment to the PR
  • output the overall coverage and coverage of only changed files