Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c88da14 commit ee740eeCopy full SHA for ee740ee
1 file changed
Makefile
@@ -335,7 +335,7 @@ $(SCRIV_SOURCE): $(CHANGES_MD)
335
sed -r -e 's@]\(([a-zA-Z0-9_]+)\.rst#([^)]+)\)@](https://coverage.readthedocs.io/en/latest/\1.html#\2)@g' < tmp/trimmed.md > $(SCRIV_SOURCE)
336
337
github_releases: $(SCRIV_SOURCE) #- Update GitHub releases.
338
- $(DOCBIN)/python -m scriv github-release --all
+ $(DOCBIN)/python -m scriv github-release --all --repo=coveragepy/coveragepy
339
340
comment_on_fixes: $(SCRIV_SOURCE) #- Add a comment to issues that were fixed.
341
python ci/comment_on_fixes.py $(REPO_OWNER)
0 commit comments