File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ See [an example](https://github.com/py-cov-action/python-coverage-comment-action
6464### Setup
6565
6666Please 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
6969Please ensure that the branch ` python-coverage-comment-action-data ` is not
7070protected (there's no reason that it would be the case, except if you have very
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments