chore(deps): update dependency gcovr to v8.3 #449
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
8.2
->8.3
Release Notes
gcovr/gcovr (gcovr)
v8.3
Compare Source
Known bugs:
Breaking changes:
21.3
of pip is needed. (:issue:1026
)1030
)New features and notable changes:
985
)--include
to search files in search paths which should be added to report. (:issue:998
, :issue:1044
)1001
)1010
)--merge-mode-conditions
(:issue:1009
)--gcov-suspicious-hits-threshold
to configure the value for detecting suspicious hits in GCOV files. (:issue:1021
)destination_blockno
todestination_block_id
. (:issue:1045
)--html-block-ids
to show the block ids of the lines and branches in HTML report. (:issue:1055
)Bug fixes and small improvements:
TypeError
exception on a gcov merge assertion failureinstead of reporting the error and (if requested by the user) continuing execution. (:issue:
997
)gcov
JSON files. (:issue:999
)1000
)1012
)1018
)JaCoCo
report. (:issue:1022
)Coveralls
report. (:issue:1037
)1048
)Documentation:
1013
)Internal changes:
1004
)1006
)black
andflake8
withruff
and move configuration ofpytest
topyproject.toml
. (:issue:1007
)pylint
for testing code. (:issue:1014
)1015
)1016
)mypy
(using strict configuration) for testing code. (:issue:1019
, :issue:1028
, :issue:1029
)1023
)1026
)src
directory. (:issue:1027
)sys.exit
on it's own, we always return the exit code. (:issue:1029
)Configuration
📅 Schedule: Branch creation - "* 0-3 * * 1" (UTC), Automerge - "* 0-3 1-7 * *" (UTC).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.