Skip to content

Commit

Permalink
Update link in copyright header for dev (#907)
Browse files Browse the repository at this point in the history
  • Loading branch information
Spacetown committed Mar 23, 2024
1 parent d514d26 commit a3b1163
Show file tree
Hide file tree
Showing 83 changed files with 85 additions and 83 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ jobs:
if: ${{ ! startsWith(github.event.ref, 'refs/tags/') }}
run: |
echo "EXTRA_CHECKLIST_ARGS=--no-verify-tags --no-verify-docs-next-version" >> $GITHUB_ENV
- name: Run release_checklist
- name: Run release checklist
run: |
admin/release_checklist $EXTRA_CHECKLIST_ARGS 7.2+main
admin/release_checklist.sh $EXTRA_CHECKLIST_ARGS 7.2+main
deploy:
runs-on: ubuntu-22.04
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ Internal changes:
- Move tests to directory in the root. (:issue:`897`)
- Add MacOs to the GitHub test workflow. (:issue:`901`, :issue:`905`)
- Remove test exclusions for MacOs and adapt tests and reference data. (:issue:`902`)
- Link correct documentation version in copyright header. (:issue:`907`)

7.2 (24 February 2024)
----------------------
Expand Down
6 changes: 3 additions & 3 deletions admin/bump_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# ************************** Copyrights and license ***************************
#
# This file is part of gcovr 7.2+main, a parsing and reporting tool for gcov.
# https://gcovr.com/en/stable
# https://gcovr.com/en/main
#
# _____________________________________________________________________________
#
Expand Down Expand Up @@ -52,7 +52,7 @@ def getLicenseSection(comment_char: str = "#"):
yield comment_char + " ************************** Copyrights and license ***************************"
yield comment_char
yield comment_char + f" This file is part of gcovr {VERSION}, a parsing and reporting tool for gcov."
yield comment_char + " https://gcovr.com/en/stable"
yield comment_char + f" https://gcovr.com/en/{READTHEDOCS_VERSION}"
yield comment_char
yield comment_char + " _____________________________________________________________________________"
yield comment_char
Expand Down Expand Up @@ -144,7 +144,7 @@ def updateCopyrightString(filename: str, lines: List[str]):
def updateCallOfReleaseChecklist(filename: str, lines: List[str]):
newLines = []

callReleaseChecklist = "admin/release_checklist"
callReleaseChecklist = "admin/release_checklist.sh"
callFound = False
for line in lines:
if callReleaseChecklist in line:
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion doc/examples/example.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash

g++() {
$(which ${CXX:-g++}) $*
Expand Down
2 changes: 1 addition & 1 deletion doc/examples/example_branches.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash

${CXX:-g++} -fprofile-arcs -ftest-coverage -fPIC -O0 example.cpp -o program

Expand Down
2 changes: 1 addition & 1 deletion doc/examples/example_clover.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash

${CXX:-g++} -fprofile-arcs -ftest-coverage -fPIC -O0 example.cpp -o program

Expand Down
2 changes: 1 addition & 1 deletion doc/examples/example_cmake.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
set -eo pipefail

# 1. Prepare the example workspace.
Expand Down
2 changes: 1 addition & 1 deletion doc/examples/example_cobertura.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash

${CXX:-g++} -fprofile-arcs -ftest-coverage -fPIC -O0 example.cpp -o program

Expand Down
2 changes: 1 addition & 1 deletion doc/examples/example_csv.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash

${CXX:-g++} -fprofile-arcs -ftest-coverage -fPIC -O0 example.cpp -o program

Expand Down
2 changes: 1 addition & 1 deletion doc/examples/example_html.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
set -euo pipefail # "use strict"

# This file is used both as an example and as a test.
Expand Down
2 changes: 1 addition & 1 deletion doc/examples/example_json_summary.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash

${CXX:-g++} -fprofile-arcs -ftest-coverage -fPIC -O0 example.cpp -o program

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 @@ -3,7 +3,7 @@
# ************************** Copyrights and license ***************************
#
# This file is part of gcovr 7.2+main, a parsing and reporting tool for gcov.
# https://gcovr.com/en/stable
# https://gcovr.com/en/main
#
# _____________________________________________________________________________
#
Expand Down
2 changes: 1 addition & 1 deletion doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# ************************** Copyrights and license ***************************
#
# This file is part of gcovr 7.2+main, a parsing and reporting tool for gcov.
# https://gcovr.com/en/stable
# https://gcovr.com/en/main
#
# _____________________________________________________________________________
#
Expand Down
2 changes: 1 addition & 1 deletion gcovr/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# ************************** Copyrights and license ***************************
#
# This file is part of gcovr 7.2+main, a parsing and reporting tool for gcov.
# https://gcovr.com/en/stable
# https://gcovr.com/en/main
#
# _____________________________________________________________________________
#
Expand Down
2 changes: 1 addition & 1 deletion gcovr/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# ************************** Copyrights and license ***************************
#
# This file is part of gcovr 7.2+main, a parsing and reporting tool for gcov.
# https://gcovr.com/en/stable
# https://gcovr.com/en/main
#
# _____________________________________________________________________________
#
Expand Down
2 changes: 1 addition & 1 deletion gcovr/configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# ************************** Copyrights and license ***************************
#
# This file is part of gcovr 7.2+main, a parsing and reporting tool for gcov.
# https://gcovr.com/en/stable
# https://gcovr.com/en/main
#
# _____________________________________________________________________________
#
Expand Down
2 changes: 1 addition & 1 deletion gcovr/coverage.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# ************************** Copyrights and license ***************************
#
# This file is part of gcovr 7.2+main, a parsing and reporting tool for gcov.
# https://gcovr.com/en/stable
# https://gcovr.com/en/main
#
# _____________________________________________________________________________
#
Expand Down
2 changes: 1 addition & 1 deletion gcovr/decision_analysis.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# ************************** Copyrights and license ***************************
#
# This file is part of gcovr 7.2+main, a parsing and reporting tool for gcov.
# https://gcovr.com/en/stable
# https://gcovr.com/en/main
#
# _____________________________________________________________________________
#
Expand Down
2 changes: 1 addition & 1 deletion gcovr/exclusions/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# ************************** Copyrights and license ***************************
#
# This file is part of gcovr 7.2+main, a parsing and reporting tool for gcov.
# https://gcovr.com/en/stable
# https://gcovr.com/en/main
#
# _____________________________________________________________________________
#
Expand Down
2 changes: 1 addition & 1 deletion gcovr/exclusions/markers.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# ************************** Copyrights and license ***************************
#
# This file is part of gcovr 7.2+main, a parsing and reporting tool for gcov.
# https://gcovr.com/en/stable
# https://gcovr.com/en/main
#
# _____________________________________________________________________________
#
Expand Down
2 changes: 1 addition & 1 deletion gcovr/exclusions/noncode.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# ************************** Copyrights and license ***************************
#
# This file is part of gcovr 7.2+main, a parsing and reporting tool for gcov.
# https://gcovr.com/en/stable
# https://gcovr.com/en/main
#
# _____________________________________________________________________________
#
Expand Down
2 changes: 1 addition & 1 deletion gcovr/formats/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# ************************** Copyrights and license ***************************
#
# This file is part of gcovr 7.2+main, a parsing and reporting tool for gcov.
# https://gcovr.com/en/stable
# https://gcovr.com/en/main
#
# _____________________________________________________________________________
#
Expand Down
2 changes: 1 addition & 1 deletion gcovr/formats/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# ************************** Copyrights and license ***************************
#
# This file is part of gcovr 7.2+main, a parsing and reporting tool for gcov.
# https://gcovr.com/en/stable
# https://gcovr.com/en/main
#
# _____________________________________________________________________________
#
Expand Down
2 changes: 1 addition & 1 deletion gcovr/formats/clover/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# ************************** Copyrights and license ***************************
#
# This file is part of gcovr 7.2+main, a parsing and reporting tool for gcov.
# https://gcovr.com/en/stable
# https://gcovr.com/en/main
#
# _____________________________________________________________________________
#
Expand Down
2 changes: 1 addition & 1 deletion gcovr/formats/clover/write.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# ************************** Copyrights and license ***************************
#
# This file is part of gcovr 7.2+main, a parsing and reporting tool for gcov.
# https://gcovr.com/en/stable
# https://gcovr.com/en/main
#
# _____________________________________________________________________________
#
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 @@ -3,7 +3,7 @@
# ************************** Copyrights and license ***************************
#
# This file is part of gcovr 7.2+main, a parsing and reporting tool for gcov.
# https://gcovr.com/en/stable
# https://gcovr.com/en/main
#
# _____________________________________________________________________________
#
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 @@ -3,7 +3,7 @@
# ************************** Copyrights and license ***************************
#
# This file is part of gcovr 7.2+main, a parsing and reporting tool for gcov.
# https://gcovr.com/en/stable
# https://gcovr.com/en/main
#
# _____________________________________________________________________________
#
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 @@ -3,7 +3,7 @@
# ************************** Copyrights and license ***************************
#
# This file is part of gcovr 7.2+main, a parsing and reporting tool for gcov.
# https://gcovr.com/en/stable
# https://gcovr.com/en/main
#
# _____________________________________________________________________________
#
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 @@ -3,7 +3,7 @@
# ************************** Copyrights and license ***************************
#
# This file is part of gcovr 7.2+main, a parsing and reporting tool for gcov.
# https://gcovr.com/en/stable
# https://gcovr.com/en/main
#
# _____________________________________________________________________________
#
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 @@ -3,7 +3,7 @@
# ************************** Copyrights and license ***************************
#
# This file is part of gcovr 7.2+main, a parsing and reporting tool for gcov.
# https://gcovr.com/en/stable
# https://gcovr.com/en/main
#
# _____________________________________________________________________________
#
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 @@ -3,7 +3,7 @@
# ************************** Copyrights and license ***************************
#
# This file is part of gcovr 7.2+main, a parsing and reporting tool for gcov.
# https://gcovr.com/en/stable
# https://gcovr.com/en/main
#
# _____________________________________________________________________________
#
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 @@ -3,7 +3,7 @@
# ************************** Copyrights and license ***************************
#
# This file is part of gcovr 7.2+main, a parsing and reporting tool for gcov.
# https://gcovr.com/en/stable
# https://gcovr.com/en/main
#
# _____________________________________________________________________________
#
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 @@ -3,7 +3,7 @@
# ************************** Copyrights and license ***************************
#
# This file is part of gcovr 7.2+main, a parsing and reporting tool for gcov.
# https://gcovr.com/en/stable
# https://gcovr.com/en/main
#
# _____________________________________________________________________________
#
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 @@ -3,7 +3,7 @@
# ************************** Copyrights and license ***************************
#
# This file is part of gcovr 7.2+main, a parsing and reporting tool for gcov.
# https://gcovr.com/en/stable
# https://gcovr.com/en/main
#
# _____________________________________________________________________________
#
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 @@ -3,7 +3,7 @@
# ************************** Copyrights and license ***************************
#
# This file is part of gcovr 7.2+main, a parsing and reporting tool for gcov.
# https://gcovr.com/en/stable
# https://gcovr.com/en/main
#
# _____________________________________________________________________________
#
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 @@ -3,7 +3,7 @@
# ************************** Copyrights and license ***************************
#
# This file is part of gcovr 7.2+main, a parsing and reporting tool for gcov.
# https://gcovr.com/en/stable
# https://gcovr.com/en/main
#
# _____________________________________________________________________________
#
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 @@ -3,7 +3,7 @@
# ************************** Copyrights and license ***************************
#
# This file is part of gcovr 7.2+main, a parsing and reporting tool for gcov.
# https://gcovr.com/en/stable
# https://gcovr.com/en/main
#
# _____________________________________________________________________________
#
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 @@ -3,7 +3,7 @@
# ************************** Copyrights and license ***************************
#
# This file is part of gcovr 7.2+main, a parsing and reporting tool for gcov.
# https://gcovr.com/en/stable
# https://gcovr.com/en/main
#
# _____________________________________________________________________________
#
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 @@ -3,7 +3,7 @@
# ************************** Copyrights and license ***************************
#
# This file is part of gcovr 7.2+main, a parsing and reporting tool for gcov.
# https://gcovr.com/en/stable
# https://gcovr.com/en/main
#
# _____________________________________________________________________________
#
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 @@ -3,7 +3,7 @@
# ************************** Copyrights and license ***************************
#
# This file is part of gcovr 7.2+main, a parsing and reporting tool for gcov.
# https://gcovr.com/en/stable
# https://gcovr.com/en/main
#
# _____________________________________________________________________________
#
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 @@ -3,7 +3,7 @@
# ************************** Copyrights and license ***************************
#
# This file is part of gcovr 7.2+main, a parsing and reporting tool for gcov.
# https://gcovr.com/en/stable
# https://gcovr.com/en/main
#
# _____________________________________________________________________________
#
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 @@ -3,7 +3,7 @@
# ************************** Copyrights and license ***************************
#
# This file is part of gcovr 7.2+main, a parsing and reporting tool for gcov.
# https://gcovr.com/en/stable
# https://gcovr.com/en/main
#
# _____________________________________________________________________________
#
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 @@ -3,7 +3,7 @@
# ************************** Copyrights and license ***************************
#
# This file is part of gcovr 7.2+main, a parsing and reporting tool for gcov.
# https://gcovr.com/en/stable
# https://gcovr.com/en/main
#
# _____________________________________________________________________________
#
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 @@ -3,7 +3,7 @@
# ************************** Copyrights and license ***************************
#
# This file is part of gcovr 7.2+main, a parsing and reporting tool for gcov.
# https://gcovr.com/en/stable
# https://gcovr.com/en/main
#
# _____________________________________________________________________________
#
Expand Down
Loading

0 comments on commit a3b1163

Please sign in to comment.