Skip to content

chore(deps): bump MoranaApps/jacoco-report from 3.0.2 to 3.1.1#94

Merged
miroslavpojer merged 1 commit into
masterfrom
dependabot/github_actions/master/MoranaApps/jacoco-report-3.1.1
Jun 29, 2026
Merged

chore(deps): bump MoranaApps/jacoco-report from 3.0.2 to 3.1.1#94
miroslavpojer merged 1 commit into
masterfrom
dependabot/github_actions/master/MoranaApps/jacoco-report-3.1.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 28, 2026

Copy link
Copy Markdown
Contributor

Bumps MoranaApps/jacoco-report from 3.0.2 to 3.1.1.

Release notes

Sourced from MoranaApps/jacoco-report's releases.

v3.1.1

Bugfixes 🛠

  • #201 Bug: Overall Coverage Calculated from Only Changed Reports developed by @​miroslavpojer in #202
    • Fixed overall coverage calculation when using multiple report groups with skip-unchanged
    • Overall coverage now includes all reports, not just reports with PR changes
    • Example: 4 reports (80%, 90%, 70%, 60%) → Overall = 75% (was 80%)
    • Unchanged reports hidden from comment rows but counted in overall metrics
    • Applies to projects using skip-unchanged with multiple report groups
    • Single report groups unaffected
    • All tests passing with maintained coverage
  • #203 Issue: Changed Files with 0 Coverage Incorrectly Pass Per-File Threshold developed by @​miroslavpojer in #204
    • Changed files with 0% coverage for the selected metric now correctly fail per-file thresholds greater than 0%
    • Improved transparency in PR comment tables: files with no coverage data are properly evaluated
    • Fixed regression where Main.scala with 0% instruction coverage was incorrectly marked as passing 60% threshold
    • All changed files are now uniformly evaluated against per-file thresholds regardless of metric weight

Infrastructure ⚙️

  • PR: #199 chore(deps): update actions/checkout action to v7 developed by
  • PR: #200 chore(deps): update python dependencies to v9.1.1 developed by @​renovate[bot]

Full Changelog

MoranaApps/jacoco-report@v3.1.0...v3.1.1

v3.1.0

New Features 🎉 & Bugfixes 🛠

  • PR: #198 feat: add global-overall-scope input to fix silent exclusion of ungrouped reports developed by @​miroslavpojer
    • [fix] Global overall coverage silently excluded reports outside any group when report-groups was configured — The global overall metric now includes every report found by the top-level paths scan by default, not just grouped reports. Users who relied on the old behaviour can restore it with global-overall-scope: groups-only.
    • [feat] New input global-overall-scope — Accepts all (default) or groups-only. Controls whether the global overall coverage counter is computed from all discovered reports or only from reports assigned to a group.
    • [behaviour] Warning logged for ungrouped reports — When global-overall-scope: all is set and a report is found by the top-level scan but matched by no group, a WARNING is emitted so users are aware the file is not part of any group's threshold evaluation.

Bugfixes 🛠

  • #193 Remove GITHUB_TOKEN format test developed by @​miroslavpojer in #194
    • Bug fix: Removed local token format validation that incorrectly rejected valid GITHUB_TOKEN values (e.g. JWT-style tokens from newer GitHub Actions runners) with 'token' must be a valid GitHub token. before reaching the API.
    • Token is now accepted as any non-empty string; the GitHub API remains the authoritative validator.

Full Changelog

MoranaApps/jacoco-report@v3.0.3...v3.1.0

v3.0.3

Bugfixes 🛠

  • #193 Remove GITHUB_TOKEN format test developed by @​miroslavpojer in #194
    • Bug fix: Removed local token format validation that incorrectly rejected valid GITHUB_TOKEN values (e.g. JWT-style tokens from newer GitHub Actions runners) with 'token' must be a valid GitHub token. before reaching the API.
    • Token is now accepted as any non-empty string; the GitHub API remains the authoritative validator.

Full Changelog

MoranaApps/jacoco-report@v3.0.2...v3.0.3

Commits
  • 3be109b PR: Fixed Changed Files with 0 Coverage Incorrectly Passing Per-File Threshol...
  • 5947abc chore(deps): update python dependencies to v9.1.1 (#200)
  • 86852e0 fix: ensure overall coverage calculation includes all reports regardless of c...
  • 4892108 chore(deps): update actions/checkout action to v7 (#199)
  • 1bd1f19 feat: add global-overall-scope input to fix silent exclusion of ungrouped rep...
  • 5b64954 fix: remove is_valid_github_token and relax token validation (#194)
  • f5ea030 chore(deps): update python dependencies (#192)
  • ac03517 fix: remove third value from global thresholds in README (#191)
  • See full diff in compare view

@dependabot dependabot Bot added auto update Changes by automated library update tool infrastructure Project setup and deployment no RN No release notes required labels Jun 28, 2026
@dependabot dependabot Bot added the infrastructure Project setup and deployment label Jun 28, 2026
@dependabot dependabot Bot requested a review from benedeki as a code owner June 28, 2026 22:12
@dependabot dependabot Bot added the auto update Changes by automated library update tool label Jun 28, 2026
Bumps [MoranaApps/jacoco-report](https://github.com/moranaapps/jacoco-report) from 3.0.2 to 3.1.1.
- [Release notes](https://github.com/moranaapps/jacoco-report/releases)
- [Commits](MoranaApps/jacoco-report@69351d8...3be109b)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/github_actions/master/MoranaApps/jacoco-report-3.1.1 branch from 8a9d74d to ed789ab Compare June 29, 2026 07:15
@miroslavpojer miroslavpojer merged commit 49d1e30 into master Jun 29, 2026
9 checks passed
@miroslavpojer miroslavpojer deleted the dependabot/github_actions/master/MoranaApps/jacoco-report-3.1.1 branch June 29, 2026 07:18
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.

1 participant