Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
80 B
Python
Raw Normal View History

try:
extra_coverage
2021-03-15 19:27:36 +05:30
print("coverage")
except NameError:
2021-03-15 19:27:36 +05:30
print("no")