Skip to content

Commit

Permalink
Bump version 5.2 (#648)
Browse files Browse the repository at this point in the history
  • Loading branch information
Spacetown committed Aug 6, 2022
1 parent 60b73d9 commit 1040a85
Show file tree
Hide file tree
Showing 44 changed files with 58 additions and 58 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
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 5.1
admin/release_checklist $EXTRA_CHECKLIST_ARGS 5.2
deploy:
runs-on: ubuntu-18.04
Expand Down
4 changes: 2 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
.. program is needed to resolve option links
.. program:: gcovr

Next Release
------------
5.2 (06 August 2022)
--------------------

Known bugs:

Expand Down
4 changes: 2 additions & 2 deletions CONTRIBUTING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -274,8 +274,8 @@ the :ref:`structure of integration tests <integration tests>`,
how to :ref:`run and filter tests <run tests>`,
and how to :ref:`run tests with Docker <docker tests>`.

.. versionchanged:: NEXT
If black is called without arguments, all files aare reformatted
.. versionchanged:: 5.2
If black is called without arguments, all files are reformated
instead of checked. To check the format use the session lint.

.. _integration tests:
Expand Down
2 changes: 1 addition & 1 deletion admin/bump_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

# ************************** Copyrights and license ***************************
#
# This file is part of gcovr 5.1, a parsing and reporting tool for gcov.
# This file is part of gcovr 5.2, a parsing and reporting tool for gcov.
# https://gcovr.com/en/stable
#
# _____________________________________________________________________________
Expand Down
2 changes: 1 addition & 1 deletion admin/release_checklist
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ grep -qE "version=['\"]gcovr $target_version['\"]" doc/examples/example_xml.xml
|| error "examples: Please regenerate: " \
"cd doc/examples; ./example_xml.sh > example_xml.xml"

grep -qE "^ *$0 .EXTRA_CHECKLIST_ARGS $target_version\$" .github/workflows/deploy.yml \
grep -qE "^ *.*$(basename $0) .EXTRA_CHECKLIST_ARGS $target_version\$" .github/workflows/deploy.yml \
|| error ".github/workflows/deploy.yml: Please update the $0 version"

occurrences="$(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ <h1>GCC Code Coverage Report</h1>
</tr>
<tr>
<th scope="row">Lines:</th>
<td>6</td>
<td>7</td>
<td class="coverage-medium">85.7%</td>
<td>8</td>
<td class="coverage-medium">87.5%</td>
</tr>
<tr>
<th scope="row">Functions:</th>
Expand Down Expand Up @@ -217,8 +217,8 @@ <h1>GCC Code Coverage Report</h1>
<td class="lineno"><a id="l13" href="#l13">13</a></td>
<td class="linebranch">
</td>
<td class="linecount "></td>
<td class="src "><span class="p">}</span></td>
<td class="linecount coveredLine">1</td>
<td class="src coveredLine"><span class="p">}</span></td>
</tr>

<tr class="source-line">
Expand Down Expand Up @@ -299,7 +299,7 @@ <h1>GCC Code Coverage Report</h1>
</main>

<footer>
Generated by: <a href="http://gcovr.com">GCOVR (Version 5.1)</a>
Generated by: <a href="http://gcovr.com">GCOVR (Version 5.2)</a>
</footer>
</body>
</html>
6 changes: 3 additions & 3 deletions doc/examples/example_html.details.functions.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ <h1>GCC Code Coverage Report</h1>
</tr>
<tr>
<th scope="row">Lines:</th>
<td>6</td>
<td>7</td>
<td class="coverage-medium">85.7%</td>
<td>8</td>
<td class="coverage-medium">87.5%</td>
</tr>
<tr>
<th scope="row">Functions:</th>
Expand Down Expand Up @@ -105,7 +105,7 @@ <h1>GCC Code Coverage Report</h1>
</main>

<footer>
Generated by: <a href="http://gcovr.com">GCOVR (Version 5.1)</a>
Generated by: <a href="http://gcovr.com">GCOVR (Version 5.2)</a>
</footer>
</body>
</html>
12 changes: 6 additions & 6 deletions doc/examples/example_html.details.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ <h1>GCC Code Coverage Report</h1>
</tr>
<tr>
<th scope="row">Lines:</th>
<td>6</td>
<td>7</td>
<td class="coverage-medium">85.7%</td>
<td>8</td>
<td class="coverage-medium">87.5%</td>
</tr>
<tr>
<th scope="row">Functions:</th>
Expand Down Expand Up @@ -93,10 +93,10 @@ <h1>GCC Code Coverage Report</h1>
<a href="example_html.details.example.cpp.9597a7a3397b8e3a48116e2a3afb4154.html">example.cpp</a>
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="85.7" title="85.7%">85.7</meter>
<meter class="coverage-medium" min="0" max="100" value="87.5" title="87.5%">87.5</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">85.7%</td>
<td class="CoverValue line-coverage coverage-medium">6 / 7</td>
<td class="CoverValue line-coverage coverage-medium">87.5%</td>
<td class="CoverValue line-coverage coverage-medium">7 / 8</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">2 / 2</td>
<td class="CoverValue branch-coverage coverage-low">50.0%</td>
Expand All @@ -108,7 +108,7 @@ <h1>GCC Code Coverage Report</h1>
</main>

<footer>
Generated by: <a href="http://gcovr.com">GCOVR (Version 5.1)</a>
Generated by: <a href="http://gcovr.com">GCOVR (Version 5.2)</a>
</footer>
</body>
</html>
2 changes: 1 addition & 1 deletion doc/examples/example_html.html
Original file line number Diff line number Diff line change
Expand Up @@ -676,7 +676,7 @@ <h1>GCC Code Coverage Report</h1>
</main>

<footer>
Generated by: <a href="http://gcovr.com">GCOVR (Version 5.1)</a>
Generated by: <a href="http://gcovr.com">GCOVR (Version 5.2)</a>
</footer>
</body>
</html>
2 changes: 1 addition & 1 deletion doc/examples/example_xml.xml
Original file line number Diff line number Diff line change
@@ -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" function-rate="1.0" functions-covered="2" functions-valid="2" complexity="0.0" timestamp="1573053861" version="gcovr 5.1">
<coverage line-rate="0.8571428571428571" branch-rate="0.5" lines-covered="6" lines-valid="7" branches-covered="1" branches-valid="2" function-rate="1.0" functions-covered="2" functions-valid="2" complexity="0.0" timestamp="1573053861" version="gcovr 5.2">
<sources>
<source>.</source>
</sources>
Expand Down
2 changes: 1 addition & 1 deletion doc/examples/test_examples.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# ************************** Copyrights and license ***************************
#
# This file is part of gcovr 5.1, a parsing and reporting tool for gcov.
# This file is part of gcovr 5.2, a parsing and reporting tool for gcov.
# https://gcovr.com/en/stable
#
# _____________________________________________________________________________
Expand Down
Binary file modified doc/images/screenshot-html-details.example.cpp.png
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.png
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
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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

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

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

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

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

# ************************** Copyrights and license ***************************
#
# This file is part of gcovr 5.1, a parsing and reporting tool for gcov.
# This file is part of gcovr 5.2, a parsing and reporting tool for gcov.
# https://gcovr.com/en/stable
#
# _____________________________________________________________________________
Expand Down
3 changes: 1 addition & 2 deletions gcovr/gcov.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,13 @@

# ************************** Copyrights and license ***************************
#
# This file is part of gcovr 5.1, a parsing and reporting tool for gcov.
# This file is part of gcovr 5.2, a parsing and reporting tool for gcov.
# https://gcovr.com/en/stable
#
# _____________________________________________________________________________
#
# Copyright (c) 2013-2022 the gcovr authors
# Copyright (c) 2013 Sandia Corporation.

# Under the terms of Contract DE-AC04-94AL85000 with Sandia Corporation,
# the U.S. Government retains certain rights in this software.
#
Expand Down
2 changes: 1 addition & 1 deletion gcovr/gcov_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# ************************** Copyrights and license ***************************
#
# This file is part of gcovr 5.1, a parsing and reporting tool for gcov.
# This file is part of gcovr 5.2, a parsing and reporting tool for gcov.
# https://gcovr.com/en/stable
#
# _____________________________________________________________________________
Expand Down
5 changes: 3 additions & 2 deletions gcovr/merging.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,17 @@

# ************************** Copyrights and license ***************************
#
# This file is part of gcovr 5.1, a parsing and reporting tool for gcov.
# This file is part of gcovr 5.2, a parsing and reporting tool for gcov.
# https://gcovr.com/en/stable
#
# _____________________________________________________________________________
#
# Copyright (c) 2013-2022 the gcovr authors
# Copyright (c) 2013 Sandia Corporation.
# This software is distributed under the BSD License.
# Under the terms of Contract DE-AC04-94AL85000 with Sandia Corporation,
# the U.S. Government retains certain rights in this software.
#
# This software is distributed under the 3-clause BSD License.
# For more information, see the README.rst file.
#
# ****************************************************************************
Expand Down
2 changes: 1 addition & 1 deletion gcovr/tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# ************************** Copyrights and license ***************************
#
# This file is part of gcovr 5.1, a parsing and reporting tool for gcov.
# This file is part of gcovr 5.2, a parsing and reporting tool for gcov.
# https://gcovr.com/en/stable
#
# _____________________________________________________________________________
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ <h1>GCC Code Coverage Report</h1>
</main>

<footer>
Generated by: <a href="http://gcovr.com">GCOVR (Version 5.0)</a>
Generated by: <a href="http://gcovr.com">GCOVR (Version 5.2)</a>
</footer>
</body>
</html>
2 changes: 1 addition & 1 deletion gcovr/tests/nested/reference/gcc-5/coverage.html
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ <h1>GCC Code Coverage Report</h1>
</main>

<footer>
Generated by: <a href="http://gcovr.com">GCOVR (Version 5.1)</a>
Generated by: <a href="http://gcovr.com">GCOVR (Version 5.2)</a>
</footer>
</body>
</html>
2 changes: 1 addition & 1 deletion gcovr/tests/test_args.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# ************************** Copyrights and license ***************************
#
# This file is part of gcovr 5.1, a parsing and reporting tool for gcov.
# This file is part of gcovr 5.2, a parsing and reporting tool for gcov.
# https://gcovr.com/en/stable
#
# _____________________________________________________________________________
Expand Down
2 changes: 1 addition & 1 deletion gcovr/tests/test_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# ************************** Copyrights and license ***************************
#
# This file is part of gcovr 5.1, a parsing and reporting tool for gcov.
# This file is part of gcovr 5.2, a parsing and reporting tool for gcov.
# https://gcovr.com/en/stable
#
# _____________________________________________________________________________
Expand Down
2 changes: 1 addition & 1 deletion gcovr/tests/test_gcov_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# ************************** Copyrights and license ***************************
#
# This file is part of gcovr 5.1, a parsing and reporting tool for gcov.
# This file is part of gcovr 5.2, a parsing and reporting tool for gcov.
# https://gcovr.com/en/stable
#
# _____________________________________________________________________________
Expand Down
2 changes: 1 addition & 1 deletion gcovr/tests/test_gcovr.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# ************************** Copyrights and license ***************************
#
# This file is part of gcovr 5.1, a parsing and reporting tool for gcov.
# This file is part of gcovr 5.2, a parsing and reporting tool for gcov.
# https://gcovr.com/en/stable
#
# _____________________________________________________________________________
Expand Down
2 changes: 1 addition & 1 deletion gcovr/tests/test_html_generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# ************************** Copyrights and license ***************************
#
# This file is part of gcovr 5.1, a parsing and reporting tool for gcov.
# This file is part of gcovr 5.2, a parsing and reporting tool for gcov.
# https://gcovr.com/en/stable
#
# _____________________________________________________________________________
Expand Down
2 changes: 1 addition & 1 deletion gcovr/timestamps.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# ************************** Copyrights and license ***************************
#
# This file is part of gcovr 5.1, a parsing and reporting tool for gcov.
# This file is part of gcovr 5.2, a parsing and reporting tool for gcov.
# https://gcovr.com/en/stable
#
# _____________________________________________________________________________
Expand Down
2 changes: 1 addition & 1 deletion gcovr/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# ************************** Copyrights and license ***************************
#
# This file is part of gcovr 5.1, a parsing and reporting tool for gcov.
# This file is part of gcovr 5.2, a parsing and reporting tool for gcov.
# https://gcovr.com/en/stable
#
# _____________________________________________________________________________
Expand Down
4 changes: 2 additions & 2 deletions gcovr/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# ************************** Copyrights and license ***************************
#
# This file is part of gcovr 5.1, a parsing and reporting tool for gcov.
# This file is part of gcovr 5.2, a parsing and reporting tool for gcov.
# https://gcovr.com/en/stable
#
# _____________________________________________________________________________
Expand All @@ -17,4 +17,4 @@
#
# ****************************************************************************

__version__ = "5.1"
__version__ = "5.2"
2 changes: 1 addition & 1 deletion gcovr/workers.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# ************************** Copyrights and license ***************************
#
# This file is part of gcovr 5.1, a parsing and reporting tool for gcov.
# This file is part of gcovr 5.2, a parsing and reporting tool for gcov.
# https://gcovr.com/en/stable
#
# _____________________________________________________________________________
Expand Down
2 changes: 1 addition & 1 deletion gcovr/writer/cobertura.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# ************************** Copyrights and license ***************************
#
# This file is part of gcovr 5.1, a parsing and reporting tool for gcov.
# This file is part of gcovr 5.2, a parsing and reporting tool for gcov.
# https://gcovr.com/en/stable
#
# _____________________________________________________________________________
Expand Down
2 changes: 1 addition & 1 deletion gcovr/writer/coveralls.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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

0 comments on commit 1040a85

Please sign in to comment.