Skip to content

Commit

Permalink
Set version 7.2+main (#895)
Browse files Browse the repository at this point in the history
  • Loading branch information
Spacetown committed Feb 26, 2024
1 parent c4b74b0 commit 98a567b
Show file tree
Hide file tree
Showing 1,420 changed files with 1,434 additions and 1,419 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Expand Up @@ -26,7 +26,7 @@ jobs:
echo "EXTRA_CHECKLIST_ARGS=--no-verify-tags --no-verify-docs-next-version" >> $GITHUB_ENV
- name: Run release_checklist
run: |
admin/release_checklist $EXTRA_CHECKLIST_ARGS 7.2
admin/release_checklist $EXTRA_CHECKLIST_ARGS 7.2+main
deploy:
runs-on: ubuntu-22.04
Expand Down
15 changes: 15 additions & 0 deletions CHANGELOG.rst
Expand Up @@ -3,6 +3,21 @@
.. program is needed to resolve option links
.. program:: gcovr

Next Release
------------

Known bugs:

Breaking changes:

New features and notable changes:

Bug fixes and small improvements:

Documentation:

Internal changes:

7.2 (24 February 2024)
----------------------

Expand Down
2 changes: 1 addition & 1 deletion admin/bump_version.py
Expand Up @@ -4,7 +4,7 @@

# ************************** Copyrights and license ***************************
#
# This file is part of gcovr 7.2, a parsing and reporting tool for gcov.
# This file is part of gcovr 7.2+main, a parsing and reporting tool for gcov.
# https://gcovr.com/en/stable
#
# _____________________________________________________________________________
Expand Down
2 changes: 1 addition & 1 deletion doc/examples/example_cobertura.xml
@@ -1,6 +1,6 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE coverage SYSTEM 'http://cobertura.sourceforge.net/xml/coverage-04.dtd'>
<coverage line-rate="0.8571428571428571" branch-rate="0.5" lines-covered="6" lines-valid="7" branches-covered="1" branches-valid="2" complexity="0.0" timestamp="1708813925" version="gcovr 7.2">
<coverage line-rate="0.8571428571428571" branch-rate="0.5" lines-covered="6" lines-valid="7" branches-covered="1" branches-valid="2" complexity="0.0" timestamp="1708813925" version="gcovr 7.2+main">
<sources>
<source>.</source>
</sources>
Expand Down
Expand Up @@ -256,7 +256,7 @@ <h1>GCC Code Coverage Report</h1>
</main>

<footer>
Generated by: <a href="http://gcovr.com/en/7.2">GCOVR (Version 7.2)</a>
Generated by: <a href="http://gcovr.com/en/main">GCOVR (Version 7.2+main)</a>
</footer>
</body>
</html>
2 changes: 1 addition & 1 deletion doc/examples/example_html.details.functions.html
Expand Up @@ -79,7 +79,7 @@ <h1>GCC Code Coverage Report</h1>
</main>

<footer>
Generated by: <a href="http://gcovr.com/en/7.2">GCOVR (Version 7.2)</a>
Generated by: <a href="http://gcovr.com/en/main">GCOVR (Version 7.2+main)</a>
</footer>
</body>
</html>
2 changes: 1 addition & 1 deletion doc/examples/example_html.details.html
Expand Up @@ -108,7 +108,7 @@ <h1>GCC Code Coverage Report</h1>
</main>

<footer>
Generated by: <a href="http://gcovr.com/en/7.2">GCOVR (Version 7.2)</a>
Generated by: <a href="http://gcovr.com/en/main">GCOVR (Version 7.2+main)</a>
</footer>
</body>
</html>
2 changes: 1 addition & 1 deletion doc/examples/example_html.html
Expand Up @@ -711,7 +711,7 @@ <h1>GCC Code Coverage Report</h1>
</main>

<footer>
Generated by: <a href="http://gcovr.com/en/7.2">GCOVR (Version 7.2)</a>
Generated by: <a href="http://gcovr.com/en/main">GCOVR (Version 7.2+main)</a>
</footer>
</body>
</html>
2 changes: 1 addition & 1 deletion doc/examples/test_examples.py
Expand Up @@ -2,7 +2,7 @@

# ************************** Copyrights and license ***************************
#
# This file is part of gcovr 7.2, a parsing and reporting tool for gcov.
# This file is part of gcovr 7.2+main, a parsing and reporting tool for gcov.
# https://gcovr.com/en/stable
#
# _____________________________________________________________________________
Expand Down
Binary file modified doc/images/screenshot-html-details.example.cpp.jpeg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified doc/images/screenshot-html.jpeg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion doc/source/conf.py
Expand Up @@ -2,7 +2,7 @@

# ************************** Copyrights and license ***************************
#
# This file is part of gcovr 7.2, a parsing and reporting tool for gcov.
# This file is part of gcovr 7.2+main, a parsing and reporting tool for gcov.
# https://gcovr.com/en/stable
#
# _____________________________________________________________________________
Expand Down
2 changes: 1 addition & 1 deletion gcovr/__init__.py
Expand Up @@ -2,7 +2,7 @@

# ************************** Copyrights and license ***************************
#
# This file is part of gcovr 7.2, a parsing and reporting tool for gcov.
# This file is part of gcovr 7.2+main, a parsing and reporting tool for gcov.
# https://gcovr.com/en/stable
#
# _____________________________________________________________________________
Expand Down
2 changes: 1 addition & 1 deletion gcovr/__main__.py
Expand Up @@ -2,7 +2,7 @@

# ************************** Copyrights and license ***************************
#
# This file is part of gcovr 7.2, a parsing and reporting tool for gcov.
# This file is part of gcovr 7.2+main, a parsing and reporting tool for gcov.
# https://gcovr.com/en/stable
#
# _____________________________________________________________________________
Expand Down
2 changes: 1 addition & 1 deletion gcovr/configuration.py
Expand Up @@ -2,7 +2,7 @@

# ************************** Copyrights and license ***************************
#
# This file is part of gcovr 7.2, a parsing and reporting tool for gcov.
# This file is part of gcovr 7.2+main, a parsing and reporting tool for gcov.
# https://gcovr.com/en/stable
#
# _____________________________________________________________________________
Expand Down
2 changes: 1 addition & 1 deletion gcovr/coverage.py
Expand Up @@ -2,7 +2,7 @@

# ************************** Copyrights and license ***************************
#
# This file is part of gcovr 7.2, a parsing and reporting tool for gcov.
# This file is part of gcovr 7.2+main, a parsing and reporting tool for gcov.
# https://gcovr.com/en/stable
#
# _____________________________________________________________________________
Expand Down
2 changes: 1 addition & 1 deletion gcovr/decision_analysis.py
Expand Up @@ -2,7 +2,7 @@

# ************************** Copyrights and license ***************************
#
# This file is part of gcovr 7.2, a parsing and reporting tool for gcov.
# This file is part of gcovr 7.2+main, a parsing and reporting tool for gcov.
# https://gcovr.com/en/stable
#
# _____________________________________________________________________________
Expand Down
2 changes: 1 addition & 1 deletion gcovr/exclusions/__init__.py
Expand Up @@ -2,7 +2,7 @@

# ************************** Copyrights and license ***************************
#
# This file is part of gcovr 7.2, a parsing and reporting tool for gcov.
# This file is part of gcovr 7.2+main, a parsing and reporting tool for gcov.
# https://gcovr.com/en/stable
#
# _____________________________________________________________________________
Expand Down
2 changes: 1 addition & 1 deletion gcovr/exclusions/markers.py
Expand Up @@ -2,7 +2,7 @@

# ************************** Copyrights and license ***************************
#
# This file is part of gcovr 7.2, a parsing and reporting tool for gcov.
# This file is part of gcovr 7.2+main, a parsing and reporting tool for gcov.
# https://gcovr.com/en/stable
#
# _____________________________________________________________________________
Expand Down
2 changes: 1 addition & 1 deletion gcovr/exclusions/noncode.py
Expand Up @@ -2,7 +2,7 @@

# ************************** Copyrights and license ***************************
#
# This file is part of gcovr 7.2, a parsing and reporting tool for gcov.
# This file is part of gcovr 7.2+main, a parsing and reporting tool for gcov.
# https://gcovr.com/en/stable
#
# _____________________________________________________________________________
Expand Down
2 changes: 1 addition & 1 deletion gcovr/formats/__init__.py
Expand Up @@ -2,7 +2,7 @@

# ************************** Copyrights and license ***************************
#
# This file is part of gcovr 7.2, a parsing and reporting tool for gcov.
# This file is part of gcovr 7.2+main, a parsing and reporting tool for gcov.
# https://gcovr.com/en/stable
#
# _____________________________________________________________________________
Expand Down
2 changes: 1 addition & 1 deletion gcovr/formats/base.py
Expand Up @@ -2,7 +2,7 @@

# ************************** Copyrights and license ***************************
#
# This file is part of gcovr 7.2, a parsing and reporting tool for gcov.
# This file is part of gcovr 7.2+main, a parsing and reporting tool for gcov.
# https://gcovr.com/en/stable
#
# _____________________________________________________________________________
Expand Down
2 changes: 1 addition & 1 deletion gcovr/formats/clover/__init__.py
Expand Up @@ -2,7 +2,7 @@

# ************************** Copyrights and license ***************************
#
# This file is part of gcovr 7.2, a parsing and reporting tool for gcov.
# This file is part of gcovr 7.2+main, a parsing and reporting tool for gcov.
# https://gcovr.com/en/stable
#
# _____________________________________________________________________________
Expand Down
2 changes: 1 addition & 1 deletion gcovr/formats/clover/write.py
Expand Up @@ -2,7 +2,7 @@

# ************************** Copyrights and license ***************************
#
# This file is part of gcovr 7.2, a parsing and reporting tool for gcov.
# This file is part of gcovr 7.2+main, a parsing and reporting tool for gcov.
# https://gcovr.com/en/stable
#
# _____________________________________________________________________________
Expand Down
2 changes: 1 addition & 1 deletion gcovr/formats/cobertura/__init__.py
Expand Up @@ -2,7 +2,7 @@

# ************************** Copyrights and license ***************************
#
# This file is part of gcovr 7.2, a parsing and reporting tool for gcov.
# This file is part of gcovr 7.2+main, a parsing and reporting tool for gcov.
# https://gcovr.com/en/stable
#
# _____________________________________________________________________________
Expand Down
2 changes: 1 addition & 1 deletion gcovr/formats/cobertura/read.py
Expand Up @@ -2,7 +2,7 @@

# ************************** Copyrights and license ***************************
#
# This file is part of gcovr 7.2, a parsing and reporting tool for gcov.
# This file is part of gcovr 7.2+main, a parsing and reporting tool for gcov.
# https://gcovr.com/en/stable
#
# _____________________________________________________________________________
Expand Down
2 changes: 1 addition & 1 deletion gcovr/formats/cobertura/write.py
Expand Up @@ -2,7 +2,7 @@

# ************************** Copyrights and license ***************************
#
# This file is part of gcovr 7.2, a parsing and reporting tool for gcov.
# This file is part of gcovr 7.2+main, a parsing and reporting tool for gcov.
# https://gcovr.com/en/stable
#
# _____________________________________________________________________________
Expand Down
2 changes: 1 addition & 1 deletion gcovr/formats/coveralls/__init__.py
Expand Up @@ -2,7 +2,7 @@

# ************************** Copyrights and license ***************************
#
# This file is part of gcovr 7.2, a parsing and reporting tool for gcov.
# This file is part of gcovr 7.2+main, a parsing and reporting tool for gcov.
# https://gcovr.com/en/stable
#
# _____________________________________________________________________________
Expand Down
2 changes: 1 addition & 1 deletion gcovr/formats/coveralls/write.py
Expand Up @@ -2,7 +2,7 @@

# ************************** Copyrights and license ***************************
#
# This file is part of gcovr 7.2, a parsing and reporting tool for gcov.
# This file is part of gcovr 7.2+main, a parsing and reporting tool for gcov.
# https://gcovr.com/en/stable
#
# _____________________________________________________________________________
Expand Down
2 changes: 1 addition & 1 deletion gcovr/formats/csv/__init__.py
Expand Up @@ -2,7 +2,7 @@

# ************************** Copyrights and license ***************************
#
# This file is part of gcovr 7.2, a parsing and reporting tool for gcov.
# This file is part of gcovr 7.2+main, a parsing and reporting tool for gcov.
# https://gcovr.com/en/stable
#
# _____________________________________________________________________________
Expand Down
2 changes: 1 addition & 1 deletion gcovr/formats/csv/write.py
Expand Up @@ -2,7 +2,7 @@

# ************************** Copyrights and license ***************************
#
# This file is part of gcovr 7.2, a parsing and reporting tool for gcov.
# This file is part of gcovr 7.2+main, a parsing and reporting tool for gcov.
# https://gcovr.com/en/stable
#
# _____________________________________________________________________________
Expand Down
2 changes: 1 addition & 1 deletion gcovr/formats/gcov/__init__.py
Expand Up @@ -2,7 +2,7 @@

# ************************** Copyrights and license ***************************
#
# This file is part of gcovr 7.2, a parsing and reporting tool for gcov.
# This file is part of gcovr 7.2+main, a parsing and reporting tool for gcov.
# https://gcovr.com/en/stable
#
# _____________________________________________________________________________
Expand Down
2 changes: 1 addition & 1 deletion gcovr/formats/gcov/parser.py
Expand Up @@ -2,7 +2,7 @@

# ************************** Copyrights and license ***************************
#
# This file is part of gcovr 7.2, a parsing and reporting tool for gcov.
# This file is part of gcovr 7.2+main, a parsing and reporting tool for gcov.
# https://gcovr.com/en/stable
#
# _____________________________________________________________________________
Expand Down
2 changes: 1 addition & 1 deletion gcovr/formats/gcov/read.py
Expand Up @@ -2,7 +2,7 @@

# ************************** Copyrights and license ***************************
#
# This file is part of gcovr 7.2, a parsing and reporting tool for gcov.
# This file is part of gcovr 7.2+main, a parsing and reporting tool for gcov.
# https://gcovr.com/en/stable
#
# _____________________________________________________________________________
Expand Down
2 changes: 1 addition & 1 deletion gcovr/formats/gcov/workers.py
Expand Up @@ -2,7 +2,7 @@

# ************************** Copyrights and license ***************************
#
# This file is part of gcovr 7.2, a parsing and reporting tool for gcov.
# This file is part of gcovr 7.2+main, a parsing and reporting tool for gcov.
# https://gcovr.com/en/stable
#
# _____________________________________________________________________________
Expand Down
2 changes: 1 addition & 1 deletion gcovr/formats/html/__init__.py
Expand Up @@ -2,7 +2,7 @@

# ************************** Copyrights and license ***************************
#
# This file is part of gcovr 7.2, a parsing and reporting tool for gcov.
# This file is part of gcovr 7.2+main, a parsing and reporting tool for gcov.
# https://gcovr.com/en/stable
#
# _____________________________________________________________________________
Expand Down
2 changes: 1 addition & 1 deletion gcovr/formats/html/write.py
Expand Up @@ -2,7 +2,7 @@

# ************************** Copyrights and license ***************************
#
# This file is part of gcovr 7.2, a parsing and reporting tool for gcov.
# This file is part of gcovr 7.2+main, a parsing and reporting tool for gcov.
# https://gcovr.com/en/stable
#
# _____________________________________________________________________________
Expand Down
2 changes: 1 addition & 1 deletion gcovr/formats/jacoco/__init__.py
Expand Up @@ -2,7 +2,7 @@

# ************************** Copyrights and license ***************************
#
# This file is part of gcovr 7.2, a parsing and reporting tool for gcov.
# This file is part of gcovr 7.2+main, a parsing and reporting tool for gcov.
# https://gcovr.com/en/stable
#
# _____________________________________________________________________________
Expand Down
2 changes: 1 addition & 1 deletion gcovr/formats/jacoco/write.py
Expand Up @@ -2,7 +2,7 @@

# ************************** Copyrights and license ***************************
#
# This file is part of gcovr 7.2, a parsing and reporting tool for gcov.
# This file is part of gcovr 7.2+main, a parsing and reporting tool for gcov.
# https://gcovr.com/en/stable
#
# _____________________________________________________________________________
Expand Down
2 changes: 1 addition & 1 deletion gcovr/formats/json/__init__.py
Expand Up @@ -2,7 +2,7 @@

# ************************** Copyrights and license ***************************
#
# This file is part of gcovr 7.2, a parsing and reporting tool for gcov.
# This file is part of gcovr 7.2+main, a parsing and reporting tool for gcov.
# https://gcovr.com/en/stable
#
# _____________________________________________________________________________
Expand Down
2 changes: 1 addition & 1 deletion gcovr/formats/json/read.py
Expand Up @@ -2,7 +2,7 @@

# ************************** Copyrights and license ***************************
#
# This file is part of gcovr 7.2, a parsing and reporting tool for gcov.
# This file is part of gcovr 7.2+main, a parsing and reporting tool for gcov.
# https://gcovr.com/en/stable
#
# _____________________________________________________________________________
Expand Down
2 changes: 1 addition & 1 deletion gcovr/formats/json/versions.py
Expand Up @@ -2,7 +2,7 @@

# ************************** Copyrights and license ***************************
#
# This file is part of gcovr 7.2, a parsing and reporting tool for gcov.
# This file is part of gcovr 7.2+main, a parsing and reporting tool for gcov.
# https://gcovr.com/en/stable
#
# _____________________________________________________________________________
Expand Down
2 changes: 1 addition & 1 deletion gcovr/formats/json/write.py
Expand Up @@ -2,7 +2,7 @@

# ************************** Copyrights and license ***************************
#
# This file is part of gcovr 7.2, a parsing and reporting tool for gcov.
# This file is part of gcovr 7.2+main, a parsing and reporting tool for gcov.
# https://gcovr.com/en/stable
#
# _____________________________________________________________________________
Expand Down
2 changes: 1 addition & 1 deletion gcovr/formats/lcov/__init__.py
Expand Up @@ -2,7 +2,7 @@

# ************************** Copyrights and license ***************************
#
# This file is part of gcovr 7.2, a parsing and reporting tool for gcov.
# This file is part of gcovr 7.2+main, a parsing and reporting tool for gcov.
# https://gcovr.com/en/stable
#
# _____________________________________________________________________________
Expand Down
2 changes: 1 addition & 1 deletion gcovr/formats/lcov/write.py
Expand Up @@ -2,7 +2,7 @@

# ************************** Copyrights and license ***************************
#
# This file is part of gcovr 7.2, a parsing and reporting tool for gcov.
# This file is part of gcovr 7.2+main, a parsing and reporting tool for gcov.
# https://gcovr.com/en/stable
#
# _____________________________________________________________________________
Expand Down

0 comments on commit 98a567b

Please sign in to comment.