Skip to content

Commit

Permalink
Merge pull request #359 from py-cov-action/fix-doc-coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
ewjoachim authored Feb 7, 2024
2 parents 765aa63 + 3f62072 commit a048577
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ See [an example](https://github.com/py-cov-action/python-coverage-comment-action
### Setup

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

Please ensure that the branch `python-coverage-comment-action-data` is not
protected (there's no reason that it would be the case, except if you have very
Expand Down
2 changes: 1 addition & 1 deletion coverage_comment/coverage.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ def get_coverage_info(
"relative_files = true\n\n"
"Note that the specific format can be slightly different if you're using "
"setup.cfg or pyproject.toml. See details in: "
"https://coverage.readthedocs.io/en/6.2/config.html#config-run-relative-files"
"https://coverage.readthedocs.io/en/latest/config.html#config-run-relative-files"
)
raise

Expand Down

0 comments on commit a048577

Please sign in to comment.