Skip to content

Commit

Permalink
Set version to 7.0+main (#876)
Browse files Browse the repository at this point in the history
* Fix scrubbing of version and date in XML and HTML
* Update examples
  • Loading branch information
Spacetown committed Jan 26, 2024
1 parent fc190bc commit 3e121a2
Show file tree
Hide file tree
Showing 59 changed files with 73 additions and 67 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 7.0
admin/release_checklist $EXTRA_CHECKLIST_ARGS 7.0+main
deploy:
runs-on: ubuntu-20.04
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 7.0, a parsing and reporting tool for gcov.
# This file is part of gcovr 7.0+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
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" complexity="0.0" timestamp="1706214941" version="gcovr 7.0">
<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="1706291558" version="gcovr 7.0+main">
<sources>
<source>.</source>
</sources>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ <h1>GCC Code Coverage Report</h1>
</main>

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

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

<footer>
Generated by: <a href="http://gcovr.com/en/7.0">GCOVR (Version 7.0)</a>
Generated by: <a href="http://gcovr.com/en/main">GCOVR (Version 7.0+main)</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 @@ -711,7 +711,7 @@ <h1>GCC Code Coverage Report</h1>
</main>

<footer>
Generated by: <a href="http://gcovr.com/en/7.0">GCOVR (Version 7.0)</a>
Generated by: <a href="http://gcovr.com/en/main">GCOVR (Version 7.0+main)</a>
</footer>
</body>
</html>
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 7.0, a parsing and reporting tool for gcov.
# This file is part of gcovr 7.0+main, a parsing and reporting tool for gcov.
# https://gcovr.com/en/stable
#
# _____________________________________________________________________________
Expand Down
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 7.0, a parsing and reporting tool for gcov.
# This file is part of gcovr 7.0+main, 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 7.0, a parsing and reporting tool for gcov.
# This file is part of gcovr 7.0+main, 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 7.0, a parsing and reporting tool for gcov.
# This file is part of gcovr 7.0+main, 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 7.0, a parsing and reporting tool for gcov.
# This file is part of gcovr 7.0+main, 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 7.0, a parsing and reporting tool for gcov.
# This file is part of gcovr 7.0+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
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 7.0, a parsing and reporting tool for gcov.
# This file is part of gcovr 7.0+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
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 7.0, a parsing and reporting tool for gcov.
# This file is part of gcovr 7.0+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
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 7.0, a parsing and reporting tool for gcov.
# This file is part of gcovr 7.0+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
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 7.0, a parsing and reporting tool for gcov.
# This file is part of gcovr 7.0+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
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 7.0, a parsing and reporting tool for gcov.
# This file is part of gcovr 7.0+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
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 7.0, a parsing and reporting tool for gcov.
# This file is part of gcovr 7.0+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
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 7.0, a parsing and reporting tool for gcov.
# This file is part of gcovr 7.0+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
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 7.0, a parsing and reporting tool for gcov.
# This file is part of gcovr 7.0+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
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 7.0, a parsing and reporting tool for gcov.
# This file is part of gcovr 7.0+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
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 7.0, a parsing and reporting tool for gcov.
# This file is part of gcovr 7.0+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
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 7.0, a parsing and reporting tool for gcov.
# This file is part of gcovr 7.0+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
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 7.0, a parsing and reporting tool for gcov.
# This file is part of gcovr 7.0+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
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 7.0, a parsing and reporting tool for gcov.
# This file is part of gcovr 7.0+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
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 7.0, a parsing and reporting tool for gcov.
# This file is part of gcovr 7.0+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
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 7.0, a parsing and reporting tool for gcov.
# This file is part of gcovr 7.0+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
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 7.0, a parsing and reporting tool for gcov.
# This file is part of gcovr 7.0+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
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 7.0, a parsing and reporting tool for gcov.
# This file is part of gcovr 7.0+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
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 7.0, a parsing and reporting tool for gcov.
# This file is part of gcovr 7.0+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
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 7.0, a parsing and reporting tool for gcov.
# This file is part of gcovr 7.0+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
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 7.0, a parsing and reporting tool for gcov.
# This file is part of gcovr 7.0+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
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 7.0, a parsing and reporting tool for gcov.
# This file is part of gcovr 7.0+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
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 7.0, a parsing and reporting tool for gcov.
# This file is part of gcovr 7.0+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
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 7.0, a parsing and reporting tool for gcov.
# This file is part of gcovr 7.0+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
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 7.0, a parsing and reporting tool for gcov.
# This file is part of gcovr 7.0+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
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 7.0, a parsing and reporting tool for gcov.
# This file is part of gcovr 7.0+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
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 7.0, a parsing and reporting tool for gcov.
# This file is part of gcovr 7.0+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
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 7.0, a parsing and reporting tool for gcov.
# This file is part of gcovr 7.0+main, a parsing and reporting tool for gcov.
# https://gcovr.com/en/stable
#
# _____________________________________________________________________________
Expand Down
2 changes: 1 addition & 1 deletion gcovr/formats/sonarqube/__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 7.0, a parsing and reporting tool for gcov.
# This file is part of gcovr 7.0+main, a parsing and reporting tool for gcov.
# https://gcovr.com/en/stable
#
# _____________________________________________________________________________
Expand Down
2 changes: 1 addition & 1 deletion gcovr/formats/sonarqube/write.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 7.0, a parsing and reporting tool for gcov.
# This file is part of gcovr 7.0+main, a parsing and reporting tool for gcov.
# https://gcovr.com/en/stable
#
# _____________________________________________________________________________
Expand Down
2 changes: 1 addition & 1 deletion gcovr/formats/txt/__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 7.0, a parsing and reporting tool for gcov.
# This file is part of gcovr 7.0+main, a parsing and reporting tool for gcov.
# https://gcovr.com/en/stable
#
# _____________________________________________________________________________
Expand Down
2 changes: 1 addition & 1 deletion gcovr/formats/txt/write.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 7.0, a parsing and reporting tool for gcov.
# This file is part of gcovr 7.0+main, a parsing and reporting tool for gcov.
# https://gcovr.com/en/stable
#
# _____________________________________________________________________________
Expand Down

0 comments on commit 3e121a2

Please sign in to comment.