Jacoco Coverage Report
Version updated for https://github.com/jacklu97/jacoco-reporter-action to version v1.0.0.
- This action is used across all versions by ? repositories.
Action Type
This is a Node action using Node version 20.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The jacoco-reporter-action is a GitHub Action that automates the process of publishing JaCoCo code coverage reports as comments on pull requests, helping developers monitor and maintain acceptable test coverage levels. It supports creating baseline comparisons to highlight coverage changes across branches and provides detailed coverage metrics such as line, branch, method, complexity, and class coverage. This action simplifies code quality assurance and ensures coverage changes are easily visible during code reviews.
What’s Changed
What’s Changed
- chore: Add branding to Jacoco Coverage Report action by @jacklu97 in https://github.com/jacklu97/jacoco-reporter-action/pull/7
- feat: Add husky pre commit config by @jacklu97 in https://github.com/jacklu97/jacoco-reporter-action/pull/11
- refactor: Split logic into helper files by @jacklu97 in https://github.com/jacklu97/jacoco-reporter-action/pull/12
- chore: Add linter by @jacklu97 in https://github.com/jacklu97/jacoco-reporter-action/pull/13
- feat: Enable baseline generation and fetch by @jacklu97 in https://github.com/jacklu97/jacoco-reporter-action/pull/14
- chore: Add missing descriptions in action definition by @jacklu97 in https://github.com/jacklu97/jacoco-reporter-action/pull/15
- feat: Add check to verify latest commit msg by @jacklu97 in https://github.com/jacklu97/jacoco-reporter-action/pull/19
- feat: Update infinite loop check by @jacklu97 in https://github.com/jacklu97/jacoco-reporter-action/pull/20
- chore: Update test workflow to run using github app by @jacklu97 in https://github.com/jacklu97/jacoco-reporter-action/pull/18
- chore: Update readme by @jacklu97 in https://github.com/jacklu97/jacoco-reporter-action/pull/21
Full Changelog: https://github.com/jacklu97/jacoco-reporter-action/compare/0.0.2...v1.0.0