Skip to content

chore(deps): bump MoranaApps/jacoco-report from 2.1.2 to 3.0.1#89

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/github_actions/master/MoranaApps/jacoco-report-3.0.1
Closed

chore(deps): bump MoranaApps/jacoco-report from 2.1.2 to 3.0.1#89
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/github_actions/master/MoranaApps/jacoco-report-3.0.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 24, 2026

Copy link
Copy Markdown
Contributor

Bumps MoranaApps/jacoco-report from 2.1.2 to 3.0.1.

Release notes

Sourced from MoranaApps/jacoco-report's releases.

v3.0.1

Bugfixes 🛠

  • PR: #188 fix: resolve report name collisions by using file paths for unique identification developed by @​miroslavpojer
    • Fixed report name collision when multiple JaCoCo XML reports share the same <title> — reports are now keyed by file path instead of name, so no data is silently overwritten when duplicate names exist.
    • Improved baseline diff matching — global, group, and per-report diffs now use path-first matching with a name-based fallback, enabling correct delta computation when current and baseline reports live in different directory trees.
    • Report rows in PR comment now sorted by display name — when no group order is configured, reports are sorted alphabetically by their display name rather than their internal path key.
    • Violation messages show report display nameReport '...' in threshold-failure log messages now uses the human-readable name instead of the file path.

Full Changelog

MoranaApps/jacoco-report@v3.0.0...v3.0.1

v3.0.0

This is a major release that significantly simplifies and extends the action's input model. It introduces named report groups with per-group thresholds, reworks unchanged-report handling, expands comment verbosity control, and removes several deprecated inputs. A full migration guide from v2 is included in the repository.


Breaking Changes

# What changed v2 input v3 replacement
1 Threshold inputs min-coverage-overall / min-coverage-changed-files / min-coverage-per-changed-file global-thresholds (overall*avg) + report-thresholds-default / group thresholds
2 Comment verbosity sensitivity (detail/summary/minimal) Removed. Detail output is always on. Use comment-level to control verbosity.
3 Comment mode comment-mode (single/multi/module) Removed. A single unified PR comment is always produced.
4 Module grouping modules + modules-thresholds report-groups (YAML list)
5 Unchanged report filter skip-unchanged late-stage filter Reworked: now a scan-stage filter — filtered reports are excluded before any evaluation begins.
6 Threshold failure control fail-on-threshold: true/false Boolean form deprecated — use comma/newline-separated list: overall,changed-files-average,per-changed-file or '' to disable.
7 Action output modules-coverage Replaced by groups-coverage.
8 Python version 3.12 3.14+ required.

New Features

report-groups — named report groups (YAML) Define named groups, each with its own paths, optional thresholds, and optional baseline paths. Replaces the modules / modules-thresholds inputs.

report-groups: |
  - name: backend
    paths:
      - backend/**/jacoco.xml
    thresholds: '80*70*60'
  - name: frontend
    paths:
      - frontend/**/jacoco.xml
    thresholds: '75*65*50'
    baseline-paths:
      - baseline/frontend/**/jacoco.xml

... (truncated)

Commits
  • f9dc5ba fix: resolve report name collisions by using file paths for unique identifica...
  • 52a5f9c chore: add permissions for contents in release draft workflow
  • ffd6a1c chore(deps): update python dependencies (#186)
  • 209588a Fix/changes from pre release testing (#187)
  • 8ac526d chore(deps): update dependency black to v26.5.0 (#184)
  • e7fda10 Chores/cleanup after development session (#185)
  • 19da4a0 chore(deps): update dependency requests to v2.34.2 (#183)
  • a320458 test: add tests for WRITE_SNAPSHOTS regeneration guard functionality (#182)
  • 5c30136 feat: implement fail-unchanged support in fail-on-threshold and updat… (#181)
  • e3dc96a feat: update task status for removing pylint inline disables and copilot supp...
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [MoranaApps/jacoco-report](https://github.com/moranaapps/jacoco-report) from 2.1.2 to 3.0.1.
- [Release notes](https://github.com/moranaapps/jacoco-report/releases)
- [Commits](MoranaApps/jacoco-report@54bfe28...f9dc5ba)

---
updated-dependencies:
- dependency-name: MoranaApps/jacoco-report
  dependency-version: 3.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added auto update Changes by automated library update tool infrastructure Project setup and deployment no RN No release notes required labels May 24, 2026
@dependabot dependabot Bot added no RN No release notes required infrastructure Project setup and deployment auto update Changes by automated library update tool labels May 24, 2026
@dependabot @github

dependabot Bot commented on behalf of github Jun 7, 2026

Copy link
Copy Markdown
Contributor Author

Superseded by #91.

@dependabot dependabot Bot closed this Jun 7, 2026
@dependabot dependabot Bot deleted the dependabot/github_actions/master/MoranaApps/jacoco-report-3.0.1 branch June 7, 2026 22:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

auto update Changes by automated library update tool infrastructure Project setup and deployment no RN No release notes required

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants