Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 19, 2026

Bumps gcovr from 8.4 to 8.5.

Release notes

Sourced from gcovr's releases.

8.5

Breaking changes:

  • The option --lcov-test-name doesn't accept values with spaces anymore. (#1196)
  • The option --lcov-format-1.x is deprecated and mapped to --lcov-format-version=1.x. (#1212)
  • Changes to HTML templates:
    • The file overview table in the default theme now uses a grid layout. (#1216)
    • The function lists table in both themes are changed to a grid layout. (#1216)
    • Add a common template folder where the common templates for the themes are stored. It contains the function content and source page navigation templates. (#1216)
    • Restructure the the summary and move some data to the footer. (#1217)
    • Add sorting by clicking on the headers of the file overview table and the function table. (#1219)
    • Add common stylesheet for all themes. (#1220)
    • Add navigation links to source details. (#1220)
    • Add buttons to toggle line background color in source details view. (#1221)
    • Add a document overview with all active lines in source details view. (#1222)
    • Added --html-static-report and remove argument from --html-single-page. (#1224)

New features and notable changes:

  • Due to added support for LLVM source based code coverage format some configuration file keys got changed. The old gcov named options are still supported but they also affect the LLVM toolchain. (#1188)

    • gcov-exclude-directory is changed to exclude-directory.
    • keep-gcov-files is changed to keep-intermediate-files.
    • delete-gcov-files is changed to delete-input-files.

Bug fixes and small improvements:

  • Fix coveralls report if there are several coverage elements per line. (#1165)
  • Fix not excluded conditions if branches are excluded by comments. (#1171)
  • Fix reported excluded branches in LCOV report. (#1171)
  • Fix exclusion filter --gcov-exclude. (#1176)
  • Add --json-trace-data-source to include the trace data source in the JSON report independent from --verbose. (#1178)
  • Remove generated gcov files on error and catch additional gcov error message. (#1182)
  • Change default HTML theme excluded line color. (#1179)
  • Move theme colors to a separate CSS file so they can be overridden with a simple --html-template-dir directory with only the style.colors.css file (#1179)
  • Fix regular expression for detecting a version mismatch between gcc and gcov. (#1187)
  • Improve logging messages for GCOV execution errors to not print information twice and add trace messages for gcov execution. (#1187)
  • Fix handling of lines after function specialization. (#1189)
  • Improve performance by changing logging messages (level and lazy interpolation). (#1191)
  • Fix text report for covered decisions. (#1192)
  • Fix runtime problem introduced with 8.4. (#1194)
  • Fix wrong entries in data source attribute of JSON report. (#1194)
  • Fix nested HTML report without coverage data. (#1197)
  • Add warning if coverage data is empty. (#1200)

... (truncated)

Changelog

Sourced from gcovr's changelog.

8.5 (08 January 2026)

Known bugs:

  • :ref:fix_1229
  • :ref:fix_1231

Breaking changes:

  • The option :option:--lcov-test-name doesn't accept values with spaces anymore. (:issue:1196)

  • The option :option:--lcov-format-1.x <--lcov-format-1> is deprecated and mapped to :option:--lcov-format-version=1.x. (:issue:1212)

  • Changes to HTML templates:

    • The file overview table in the default theme now uses a grid layout. (:issue:1216)
    • The function lists table in both themes are changed to a grid layout. (:issue:1216)
    • Add a common template folder where the common templates for the themes are stored. It contains the function content and source page navigation templates. (:issue:1216)
    • Restructure the the summary and move some data to the footer. (:issue:1217)
    • Add sorting by clicking on the headers of the file overview table and the function table. (:issue:1219)
    • Add common stylesheet for all themes. (:issue:1220)
    • Add navigation links to source details. (:issue:1220)
    • Add buttons to toggle line background color in source details view. (:issue:1221)
    • Add a document overview with all active lines in source details view. (:issue:1222)
    • Added :option:--html-static-report and remove argument from :option:--html-single-page. (:issue:1224)

New features and notable changes:

  • Due to added support for LLVM source based code coverage format some configuration file keys got changed. The old gcov named options are still supported but they also affect the LLVM toolchain. (:issue:1188)

    • gcov-exclude-directory is changed to exclude-directory.
    • keep-gcov-files is changed to keep-intermediate-files.
    • delete-gcov-files is changed to delete-input-files.

Bug fixes and small improvements:

  • Fix coveralls report if there are several coverage elements per line. (:issue:1165)
  • Fix not excluded conditions if branches are excluded by comments. (:issue:1171)
  • Fix reported excluded branches in LCOV report. (:issue:1171)
  • Fix exclusion filter :option:--gcov-exclude. (:issue:1176)
  • Add :option:--json-trace-data-source to include the trace data source in the JSON report independent from :option:--verbose. (:issue:1178)
  • Remove generated gcov files on error and catch additional gcov error message. (:issue:1182)
  • Change default HTML theme excluded line color. (:issue:1179)
  • Move theme colors to a separate CSS file so they can be overridden with a simple :option:--html-template-dir directory with only the style.colors.css file (:issue:1179)
  • Fix regular expression for detecting a version mismatch between gcc and gcov. (:issue:1187)
  • Improve logging messages for GCOV execution errors to not print information twice and add trace

... (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.4 to 8.5.
- [Release notes](https://github.com/gcovr/gcovr/releases)
- [Changelog](https://github.com/gcovr/gcovr/blob/main/CHANGELOG.rst)
- [Commits](gcovr/gcovr@8.4...8.5)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jan 19, 2026
@dependabot dependabot bot requested a review from a team as a code owner January 19, 2026 09:30
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jan 19, 2026
@github-actions
Copy link
Contributor

github-actions bot commented Jan 19, 2026

⚠️MegaLinter analysis: Success with warnings

Descriptor Linter Files Fixed Errors Warnings Elapsed time
✅ ACTION actionlint 20 0 0 0.5s
✅ DOCKERFILE hadolint 2 0 0 0.75s
✅ GHERKIN gherkin-lint 6 0 0 2.34s
✅ JSON npm-package-json-lint yes no no 0.45s
✅ JSON prettier 19 4 0 0 0.55s
✅ JSON v8r 19 0 0 7.38s
✅ MARKDOWN markdownlint 11 0 0 0 0.9s
✅ MARKDOWN markdown-table-formatter 11 0 0 0 0.21s
✅ REPOSITORY checkov yes no no 17.66s
✅ REPOSITORY gitleaks yes no no 0.52s
✅ REPOSITORY git_diff yes no no 0.01s
✅ REPOSITORY grype yes no no 28.28s
✅ REPOSITORY secretlint yes no no 0.97s
✅ REPOSITORY syft yes no no 6.0s
✅ REPOSITORY trivy yes no no 5.55s
✅ REPOSITORY trivy-sbom yes no no 0.22s
✅ REPOSITORY trufflehog yes no no 2.29s
⚠️ SPELL lychee 77 2 0 47.44s
✅ YAML prettier 28 0 0 0 0.93s
✅ YAML v8r 28 0 0 7.93s
✅ YAML yamllint 28 0 0 0.71s

Detailed Issues

⚠️ SPELL / lychee - 2 errors
[ERROR] https://www.contributor-covenant.org/version/2/0/code_of_conduct.html | Network error: error sending request for url (https://www.contributor-covenant.org/version/2/0/code_of_conduct.html) Maybe a certificate error?
[IGNORED] docker://pandoc/extra:3.7.0@sha256:a703d335fa237f8fc3303329d87e2555dca5187930da38bfa9010fa4e690933a | Unsupported: Error creating request client: builder error for url (docker://pandoc/extra:3.7.0@sha256:a703d335fa237f8fc3303329d87e2555dca5187930da38bfa9010fa4e690933a)
[ERROR] https://docs.sigstore.dev/cosign/signing/overview/ | Network error: error sending request for url (https://docs.sigstore.dev/cosign/signing/overview/)
[IGNORED] https://vscode.dev/redirect?url=vscode://ms-vscode-remote.remote-containers/cloneInVolume?url=https://github.com/philips-software/amp-devcontainer | Unsupported: Error creating request client: builder error for url (vscode://ms-vscode-remote.remote-containers/cloneInVolume?url=https://github.com/philips-software/amp-devcontainer)
[TIMEOUT] https://ubuntu.com/about/release-cycle | Timeout
📝 Summary
---------------------
🔍 Total..........126
✅ Successful.....121
⏳ Timeouts.........1
🔀 Redirected.......0
👻 Excluded.........0
❓ Unknown..........0
🚫 Errors...........2

Errors in .github/CODE_OF_CONDUCT.md
[ERROR] https://www.contributor-covenant.org/version/2/0/code_of_conduct.html | Network error: error sending request for url (https://www.contributor-covenant.org/version/2/0/code_of_conduct.html) Maybe a certificate error?

Errors in README.md
[ERROR] https://docs.sigstore.dev/cosign/signing/overview/ | Network error: error sending request for url (https://docs.sigstore.dev/cosign/signing/overview/)

Errors in .github/workflows/issue-creation-tool-versions.yml
[TIMEOUT] https://ubuntu.com/about/release-cycle | Timeout

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 mega-linter-runner@9.3.0 --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_CHECKOV,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

github-actions bot commented Jan 19, 2026

📦 Container Size Analysis

Note

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

📈 Size Comparison Table

OS/Platform Previous Current Change Trend
linux/amd64 548.17 MB 548.18 MB +157 B (+0%) 🔼
linux/arm64 502.9 MB 502.9 MB +401 B (+0%) 🔼

@github-actions
Copy link
Contributor

github-actions bot commented Jan 19, 2026

📦 Container Size Analysis

Note

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

📈 Size Comparison Table

OS/Platform Previous Current Change Trend
linux/amd64 683.37 MB 683.37 MB +66 B (+0%) 🔼
linux/arm64 665.29 MB 665.29 MB +8.64 kB (+0%) 🔼

@github-actions
Copy link
Contributor

github-actions bot commented Jan 19, 2026

Test Results

 5 files  ±0   5 suites  ±0   3m 40s ⏱️ +10s
32 tests ±0  32 ✅ ±0  0 💤 ±0  0 ❌ ±0 
67 runs  ±0  67 ✅ ±0  0 💤 ±0  0 ❌ ±0 

Results for commit b97ed93. ± Comparison against base commit 164441c.

♻️ This comment has been updated with latest results.

@rjaegers rjaegers enabled auto-merge January 20, 2026 07:33
@sonarqubecloud
Copy link

@rjaegers rjaegers changed the title chore(deps): bump gcovr from 8.4 to 8.5 in /.devcontainer chore(deps): bump gcovr from 8.4 to 8.5 in amp-devcontainer-cpp Jan 20, 2026
@rjaegers rjaegers added this pull request to the merge queue Jan 20, 2026
Merged via the queue into main with commit a3aa0b9 Jan 20, 2026
36 checks passed
@rjaegers rjaegers deleted the dependabot/pip/dot-devcontainer/gcovr-8.5 branch January 20, 2026 08:00
@github-actions
Copy link
Contributor

Pull Request Report (#1082)

Static measures

Description Value
Number of added lines 7
Number of deleted lines 7
Number of changed files 2
Number of commits 2
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 5

Time related measures

Description Value
PR lead time (from creation to close of PR) 22.5 Hours
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 22.5 Hours
Time to merge after last review 27.3 Min

Status check related measures

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

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