Skip to content

Commit

Permalink
build: cheats includes a github link with branch
Browse files Browse the repository at this point in the history
  • Loading branch information
nedbat committed Jun 3, 2024
1 parent 6ae9363 commit 2e849d1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions igor.py
Original file line number Diff line number Diff line change
Expand Up @@ -465,6 +465,7 @@ def do_cheats():
print("\n## To read this code on GitHub:")
print(f"https://github.com/nedbat/coveragepy/commit/{facts.sha}")
print(f"https://github.com/nedbat/coveragepy/commits/{facts.sha}")
print(f"https://github.com/nedbat/coveragepy/tree/{facts.branch}")

print(
"\n## For other collaborators to get this code:\n"
Expand Down

0 comments on commit 2e849d1

Please sign in to comment.