Skip to content

Commit a048577

Browse files
authored
Merge pull request #359 from py-cov-action/fix-doc-coverage
2 parents 765aa63 + 3f62072 commit a048577

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ See [an example](https://github.com/py-cov-action/python-coverage-comment-action
6464
### Setup
6565

6666
Please ensure that your `.coverage` file(s) is created with the option
67-
[`relative_files = true`](https://coverage.readthedocs.io/en/6.2/config.html#config-run-relative-files).
67+
[`relative_files = true`](https://coverage.readthedocs.io/en/latest/config.html#config-run-relative-files).
6868

6969
Please ensure that the branch `python-coverage-comment-action-data` is not
7070
protected (there's no reason that it would be the case, except if you have very

coverage_comment/coverage.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ def get_coverage_info(
108108
"relative_files = true\n\n"
109109
"Note that the specific format can be slightly different if you're using "
110110
"setup.cfg or pyproject.toml. See details in: "
111-
"https://coverage.readthedocs.io/en/6.2/config.html#config-run-relative-files"
111+
"https://coverage.readthedocs.io/en/latest/config.html#config-run-relative-files"
112112
)
113113
raise
114114

0 commit comments

Comments
 (0)