Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 29, 2025

Bumps gcovr from 8.3 to 8.4.

Release notes

Sourced from gcovr's releases.

8.4

Breaking changes:

  • Improve data model to have several coverage information per line. (#1069)
    • Option --merge-mode-conditions is removed.
    • Property function_name for a line in JSON report is now always set.
    • JSON report can now have several entries per line also with legacy text parser.
    • Cobertura and HTML report now contain function coverage also for older GCC versions.
  • Add excluded metrics to HTML report. The total numbers in the report contain now also the excluded elements. (#1153)

New features and notable changes:

  • Add support for Markdown output format. (#1072)
  • Add filename and line number in warning logs. (#1075)
    • Add option --markdown-file-link to link files in Markdown report. (#1079)
  • Abort on version mismatch between gcc/gcov instead of trying all working directories. (#1097)
  • Clean up temporary files generated by gcov tool when exception occurs. (#1106, #1134)
  • Add branch information to Coveralls report. (#1121)
  • Add support to define --exclude-lines-by-pattern and --exclude-branches-by-pattern more than once. (#1129)
  • Add --sonarqube-metric to define which metric is used as branch metric in report. (#1132)
  • Add --sonarqube-pretty to pretty print the report. (#1136)
  • If the value for -j is 0, the number of CPUs is used. If it is negative the it means "all but N CPUs". (#1148)
  • Add --warn-excluded-lines-with-hits to print a warning if a line which is excluded by comments has a hit counter != 0. (#1151)
  • Add comment to exclude branches without hit in addition to exclude all. (#1152)

Bug fixes and small improvements:

  • Fix warning Deprecated config key None used, please use 'txt-metric=branch' instead. if txt-metric="branch" is used in config file. (#1066)
  • Add excluded property for conditions and calls to the JSON report. (#1080)
  • Remove the fixed width of the HTML details which leads to text overflows. (#1086)
  • Fix duplicate constructors, destructors and wrong const overload functions in Cobertura report. (#1085)
  • Fix JaCoCo report to follow the DTD. (#1089)
  • Do not use option --calls as exclusion filter. (#1090)
  • Add support for reading gcov JSON data without source files. (#1094)
  • Add back references to the data model to get source location in error messages. (#1094)
  • Fix deprecation warning in standalone application. (#1115)
  • Improvements of development environment (#1118):
    • Add optional dependencies for development.
    • Add pre-commit hook to ensure quality checks.
    • All line endings, except for the git internal files, are preserved.
  • Update the reference data to the newest pygments version and extend the tests with clang-17, clang-18 and clang-19. (#1120)
  • Fix error when merging conditions (and branches) for the same line if they are reported different across GCOV data files. (#1092)
  • Improve branch details view if there are branches for several functions on same line. (#1128)
  • Do not add files without functions and lines from gcov JSON files to data model. (#1130)
  • Improve error message if regex pattern is wrong. (#1135)

... (truncated)

Changelog

Sourced from gcovr's changelog.

8.4 (27 September 2025)

Breaking changes:

  • Improve data model to have several coverage information per line. (:issue:1069)

    • Option --merge-mode-conditions is removed.
    • Property function_name for a line in JSON report is now always set.
    • JSON report can now have several entries per line also with legacy text parser.
    • Cobertura and HTML report now contain function coverage also for older GCC versions.
  • Add excluded metrics to HTML report. The total numbers in the report contain now also the excluded elements. (:issue:1153)

New features and notable changes:

  • Add support for Markdown output format. (:issue:1072)

  • Add filename and line number in warning logs. (:issue:1075)

    • Add option :option:--markdown-file-link to link files in Markdown report. (:issue:1079)
  • Abort on version mismatch between gcc/gcov instead of trying all working directories. (:issue:1097)

  • Clean up temporary files generated by gcov tool when exception occurs. (:issue:1106, :issue:1134)

  • Add branch information to Coveralls report. (:issue:1121)

  • Add support to define :option:--exclude-lines-by-pattern and :option:--exclude-branches-by-pattern more than once. (:issue:1129)

  • Add :option:--sonarqube-metric to define which metric is used as branch metric in report. (:issue:1132)

  • Add :option:--sonarqube-pretty to pretty print the report. (:issue:1136)

  • If the value for :option:-j is 0, the number of CPUs is used. If it is negative the it means "all but N CPUs". (:issue:1148)

  • Add :option:--warn-excluded-lines-with-hits to print a warning if a line which is excluded by comments has a hit counter != 0. (:issue:1151)

  • Add comment to exclude branches without hit in addition to exclude all. (:issue:1152)

Bug fixes and small improvements:

  • Fix warning Deprecated config key None used, please use 'txt-metric=branch' instead. if txt-metric="branch" is used in config file. (:issue:1066)

  • Add excluded property for conditions and calls to the JSON report. (:issue:1080)

  • Remove the fixed width of the HTML details which leads to text overflows. (:issue:1086)

  • Fix duplicate constructors, destructors and wrong const overload functions in Cobertura report. (:issue:1085)

  • Fix JaCoCo report to follow the DTD. (:issue:1089)

  • Do not use option --calls as exclusion filter. (:issue:1090)

  • Add support for reading gcov JSON data without source files. (:issue:1094)

  • Add back references to the data model to get source location in error messages. (:issue:1094)

  • Fix deprecation warning in standalone application. (:issue:1115)

  • Improvements of development environment (:issue:1118):

    • Add optional dependencies for development.
    • Add pre-commit hook to ensure quality checks.
    • All line endings, except for the git internal files, are preserved.

... (truncated)

Commits

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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 [gcovr](https://github.com/gcovr/gcovr) from 8.3 to 8.4.
- [Release notes](https://github.com/gcovr/gcovr/releases)
- [Changelog](https://github.com/gcovr/gcovr/blob/main/CHANGELOG.rst)
- [Commits](gcovr/gcovr@8.3...8.4)

---
updated-dependencies:
- dependency-name: gcovr
  dependency-version: '8.4'
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Sep 29, 2025
@dependabot dependabot bot requested a review from a team as a code owner September 29, 2025 09:29
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Sep 29, 2025
@sonarqubecloud
Copy link

@github-actions
Copy link
Contributor

⚠️MegaLinter analysis: Success with warnings

Descriptor Linter Files Fixed Errors Warnings Elapsed time
✅ ACTION actionlint 20 0 0 0.55s
✅ DOCKERFILE hadolint 2 0 0 0.81s
✅ GHERKIN gherkin-lint 2 0 0 1.0s
✅ JSON npm-package-json-lint yes no no 0.38s
✅ JSON prettier 15 2 0 0 0.36s
✅ JSON v8r 15 0 0 11.61s
✅ MARKDOWN markdownlint 10 0 0 0 0.92s
✅ MARKDOWN markdown-table-formatter 10 0 0 0 0.27s
✅ REPOSITORY gitleaks yes no no 0.65s
✅ REPOSITORY git_diff yes no no 0.01s
⚠️ REPOSITORY grype yes no 1 27.76s
✅ REPOSITORY secretlint yes no no 0.97s
✅ REPOSITORY syft yes no no 1.96s
✅ REPOSITORY trivy yes no no 5.3s
✅ REPOSITORY trivy-sbom yes no no 0.24s
✅ REPOSITORY trufflehog yes no no 2.35s
✅ SPELL lychee 64 0 0 2.1s
✅ YAML prettier 26 0 0 0 0.89s
✅ YAML v8r 26 0 0 6.74s
✅ YAML yamllint 26 0 0 0.88s

Detailed Issues

⚠️ REPOSITORY / grype - 1 warning
warning: A medium vulnerability in python package: urllib3, version 1.26.20 was found at: /.devcontainer/cpp/requirements.txt

warning: 1 warnings emitted

See detailed reports in MegaLinter artifacts

Your project could benefit from a custom flavor, which would allow you to run only the linters you need, and thus improve runtime performances. (Skip this info by defining FLAVOR_SUGGESTIONS: false)

  • Documentation: Custom Flavors
  • Command: npx [email protected] --custom-flavor-setup --custom-flavor-linters ACTION_ACTIONLINT,DOCKERFILE_HADOLINT,GHERKIN_GHERKIN_LINT,JSON_V8R,JSON_PRETTIER,JSON_NPM_PACKAGE_JSON_LINT,MARKDOWN_MARKDOWNLINT,MARKDOWN_MARKDOWN_TABLE_FORMATTER,REPOSITORY_GIT_DIFF,REPOSITORY_GITLEAKS,REPOSITORY_GRYPE,REPOSITORY_SECRETLINT,REPOSITORY_SYFT,REPOSITORY_TRIVY,REPOSITORY_TRIVY_SBOM,REPOSITORY_TRUFFLEHOG,SPELL_LYCHEE,YAML_PRETTIER,YAML_YAMLLINT,YAML_V8R

MegaLinter is graciously provided by OX Security

@github-actions
Copy link
Contributor

📦 Container Size Analysis

Note

Comparing ghcr.io/philips-software/amp-devcontainer-rust:edgeghcr.io/philips-software/amp-devcontainer-rust:pr-950

📈 Size Comparison Table

OS/Platform Previous Current Change Trend
linux/amd64 542.34 MB 542.34 MB 636 B (0%) 🔽
linux/arm64 498.79 MB 498.79 MB 707 B (0%) 🔽

@github-actions
Copy link
Contributor

📦 Container Size Analysis

Note

Comparing ghcr.io/philips-software/amp-devcontainer-cpp:edgeghcr.io/philips-software/amp-devcontainer-cpp:pr-950

📈 Size Comparison Table

OS/Platform Previous Current Change Trend
linux/amd64 696.53 MB 696.55 MB +16.94 kB (+0%) 🔼
linux/arm64 679.5 MB 679.52 MB +14.39 kB (+0%) 🔼

@github-actions
Copy link
Contributor

Test Results

 4 files  ±0   4 suites  ±0   2m 23s ⏱️ -4s
30 tests ±0  30 ✅ ±0  0 💤 ±0  0 ❌ ±0 
64 runs  ±0  64 ✅ ±0  0 💤 ±0  0 ❌ ±0 

Results for commit 865067f. ± Comparison against base commit 757e16a.

@rjaegers rjaegers enabled auto-merge September 30, 2025 08:56
@rjaegers rjaegers added this pull request to the merge queue Sep 30, 2025
Merged via the queue into main with commit 2e2a537 Sep 30, 2025
33 checks passed
@rjaegers rjaegers deleted the dependabot/pip/dot-devcontainer/gcovr-8.4 branch September 30, 2025 09:38
@github-actions
Copy link
Contributor

Pull Request Report (#950)

Static measures

Description Value
Number of added lines 4
Number of deleted lines 4
Number of changed files 2
Number of commits 1
Number of reviews 1
Number of comments (w/o review comments) 5
Number of reviews that contains a comment to resolve 0
Number of reviews that requested a change from the author 0
Number of reviews that approved the Pull Request 1
Get the total number of participants of a Pull Request 4

Time related measures

Description Value
PR lead time (from creation to close of PR) 1 Days
Time that was spend on the branch before the PR was created 1 Sec
Time that was spend on the branch before the PR was merged 1 Days
Time to merge after last review 41.5 Min

Status check related measures

Description Value
Total runtime for last status check run (Workflow for PR) 31.8 Min
Total time spend in last status check run on PR 10.1 Min

@github-actions
Copy link
Contributor

github-actions bot commented Oct 5, 2025

🎉 Hooray! The changes in this pull request went live with the release of v6.5.0 🎉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants