Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump gcovr from 5.0 to 7.2 in /.ci #36

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Feb 26, 2024

Bumps gcovr from 5.0 to 7.2.

Release notes

Sourced from gcovr's releases.

7.2

Fix tagging issue of 7.1, no functional change.

7.1

New features and notable changes:

  • Add support for coloured logging. (#887)
  • Add support for TOML configuration format. (#881)
  • Add support for Clover XML output format. (#888)
  • Add decision to JSON summary report if option --decisions is used. (#892)

Bug fixes and small improvements:

  • Add support for files with more than 9999 lines. (#883, fixes #882)
  • Do not suppress gcov errors if exception occur. (#889)

Documentation:

  • Add nox session to generate the screenshots from the HTML files. (#877)

Internal changes:

  • Improve Dockerfile for faster rebuilds by using cache. (#878)
  • Fix deprecation warnings from GitHub actions. (#880)
  • Add pipeline job to apply tag if new version is bumped. (#879)
  • Improve test coverage and generate coverage report if executed in local environment. (#891)

7.0

Breaking changes:

  • Dropped support for Python 3.7 (#869)
  • The exit code for an error of the reader module is changed from 8 to 64 and for a writer from 7 to 128. (#773)

New features and notable changes:

  • Add --html-template-dir option to use custom Jinja2 templates (#758)
  • Add block numbers and md5 sums of code lines to data model. (#764)
  • If the CSS given with option --html-css contains the string /* Comment.Preproc */ no pygments CSS is added anymore. (#786)
  • Add support for Devcontainer and GitHub Codespaces. (#771)
  • Fix Dockerfile.qa to avoid uid conflicts. (#801)
  • Pygments required ≥ 2.13.0. (#799)
  • Add a second theme for HTML report inspired by GitHub. (#793)
  • Add option --fail-under-decision and option --fail-under-function which will error under a given minimum coverage. (#773)
  • Add function coverage to data model. (#822)
  • Add support for importing Cobertura XML files with --cobertura-add-tracefile option. (#805)
  • Add option --jacoco to generate JaCoCo XML format. (#823))
  • Add function coverage to HTML report. (#828)
  • Improve sorting of data in reports (#817):
    • Sort file names alpha numerical and with casefold (see str.casefold <https://docs.python.org/3.11/library/stdtypes.html?highlight=str%20casefold#str.casefold>_) (file_10.c comes after file_0.c).
    • Always sort at the end by filename if line or branch coverage is identical for a file.

... (truncated)

Changelog

Sourced from gcovr's changelog.

7.2 (24 February 2024)

Fix tagging issue of 7.1, no functional change.

7.1 (24 February 2024)

Known bugs:

Breaking changes:

New features and notable changes:

  • Add support for colored logging. (:issue:887)
  • Add support for TOML configuration format. (:issue:881)
  • Add support for Clover XML output format. (:issue:888)
  • Add decision to JSON summary report if :option:--decisions is used. (:issue:892)

Bug fixes and small improvements:

  • Add support for files with more than 9999 lines. (:issue:883, fixes :issue:882)
  • Do not suppress gcov errors if exception occur. (:issue:889)

Documentation:

  • Add nox session to generate the screenshots from the HTML files. (:issue:877)

Internal changes:

  • Improve Dockerfile for faster rebuilds by using cache. (:issue:878)
  • Fix deprecation warnings from GitHub actions. (:issue:880)
  • Add pipeline job to apply tag if new version is bumped. (:issue:879)
  • Improve test coverage and generate coverage report if executed in local environment. (:issue:891)

7.0 (25 January 2024)

Known bugs:

Breaking changes:

  • Dropped support for Python 3.7 (:issue:869)
  • The exit code for an error of the reader module is changed from 8 to 64 and for a writer from 7 to 128. (:issue:773)

New features and notable changes:

  • Add --html-template-dir option to use custom Jinja2 templates. (:issue:758)
  • Add block numbers and md5 sums of code lines to data model. (:issue:764)
  • If the CSS given with :option:--html-css contains the string /* Comment.Preproc */ no pygments CSS is added anymore. (:issue:786)

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

---
updated-dependencies:
- dependency-name: gcovr
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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 Feb 26, 2024
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.

0 participants