Releases: Madrapps/jacoco-report
Releases · Madrapps/jacoco-report
v1.7.2-beta
What's Changed
- Bump typescript from 5.5.4 to 5.6.2 by @dependabot in #134
- Bump @types/jest from 29.5.12 to 29.5.13 by @dependabot in #135
- Bump @typescript-eslint/parser from 8.4.0 to 8.5.0 by @dependabot in #136
- Bump @types/node from 22.5.4 to 22.5.5 by @dependabot in #139
- Bump eslint-plugin-github from 5.0.1 to 5.0.2 by @dependabot in #140
- Bump typescript-eslint from 8.4.0 to 8.6.0 by @dependabot in #142
- Support for Workflow Summary by @thsaravana in #143
- Add coverage report to PR for push event by @thsaravana in #144
- Add support for more events - schedule, workflow_dispatch, workflow_run by @thsaravana in #145
Full Changelog: v1.7.1...v1.7.2-beta
v1.7.2-alpha
What's Changed
- Bump typescript from 5.5.4 to 5.6.2 by @dependabot in #134
- Bump @types/jest from 29.5.12 to 29.5.13 by @dependabot in #135
- Bump @typescript-eslint/parser from 8.4.0 to 8.5.0 by @dependabot in #136
- Bump @types/node from 22.5.4 to 22.5.5 by @dependabot in #139
- Bump eslint-plugin-github from 5.0.1 to 5.0.2 by @dependabot in #140
- Bump typescript-eslint from 8.4.0 to 8.6.0 by @dependabot in #142
- Support for Workflow Summary by @thsaravana in #143
- Add coverage report to PR for push event by @thsaravana in #144
Full Changelog: v1.7.1...v1.7.2-alpha
v1.7.1
What's Changed
- Add Types for JaCoCo XML object by @thsaravana in #95
- Create dependabot.yml by @thsaravana in #101
- Bump octokit from 3.1.0 to 3.1.2 by @dependabot in #96
- Bump webpack from 5.88.2 to 5.94.0 by @dependabot in #99
- Bump micromatch from 4.0.5 to 4.0.8 by @dependabot in #100
- Bump @vercel/ncc from 0.36.1 to 0.38.1 by @dependabot in #102
- Bump eslint-plugin-jest from 27.2.3 to 28.8.1 by @dependabot in #103
- Bump eslint-config-prettier from 8.9.0 to 9.1.0 by @dependabot in #104
- Bump @actions/github from 5.1.1 to 6.0.0 by @dependabot in #106
- Bump eslint-plugin-promise from 6.1.1 to 7.1.0 by @dependabot in #107
- Bump eslint from 8.46.0 to 8.57.0 by @dependabot in #105
- Bump eslint-plugin-github from 4.9.2 to 5.0.1 by @dependabot in #109
- Bump @actions/core from 1.10.0 to 1.10.1 by @dependabot in #111
- Bump typescript from 5.1.6 to 5.5.4 by @dependabot in #110
- Bump prettier from 3.0.0 to 3.3.3 by @dependabot in #108
- Create SECURITY.md by @thsaravana in #112
- Bump jest and @types/jest by @dependabot in #114
- Bump eslint-plugin-n from 16.0.1 to 17.10.2 by @dependabot in #115
- Bump @types/xml2js from 0.4.11 to 0.4.14 by @dependabot in #116
- Bump @types/node from 20.4.5 to 22.5.2 by @dependabot in #118
- Bump ts-jest from 29.1.1 to 29.2.5 by @dependabot in #121
- Bump eslint-plugin-jest from 28.8.1 to 28.8.3 by @dependabot in #125
- Bump octokit from 3.1.2 to 4.0.2 by @dependabot in #120
- Bump @actions/glob from 0.4.0 to 0.5.0 by @dependabot in #122
- Bump eslint-plugin-import from 2.28.0 to 2.30.0 by @dependabot in #126
- Bump @typescript-eslint/parser from 6.2.0 to 8.4.0 by @dependabot in #127
- Handle coverage when report is empty by @thsaravana in #128
- Update README.md by @thsaravana in #129
- Update ESLint to use Flat Config by @thsaravana in #130
- Update workflow to use latest versions of Actions by @thsaravana in #131
- Bump @types/node from 22.5.2 to 22.5.4 by @dependabot in #132
New Contributors
- @dependabot made their first contribution in #96
Full Changelog: v1.7.0...v1.7.1
v1.7.0
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
What's Changed
- Migration to typescript by @thsaravana in #61
- Upgrade action to use node20 to avoid warning by @Vadgyik in #78
New Contributors
Full Changelog: v1.6.1...v1.7.0-alpha
v1.6.1
What's Changed
- Fix for
TypeError: Cannot read properties of undefined (reading 'split')
when pushing .png or .jpg files which doesn't have adiff
- Added the
continue-on-error
input parameter.
Full Changelog: v1.6...v1.6.1
v1.6
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
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
- @tfij made their first contribution in #26
- @imbyungjun made their first contribution in #33
- @mavotto made their first contribution in #45
Full Changelog: v1.4...v1.5
v1.4
Addressing the set-output deprecation
v1.3
- Option to update existing comment, rather than adding a new comment every time