ignore runner, dont really need tests there
This commit is contained in:
parent
7cba3615c8
commit
e1b8735bdd
@ -5,3 +5,4 @@ directory = coverage_html_report
|
|||||||
show_missing = True
|
show_missing = True
|
||||||
omit =
|
omit =
|
||||||
tasks*
|
tasks*
|
||||||
|
cli.py
|
||||||
|
3
cli.py
3
cli.py
@ -4,7 +4,6 @@ from rich import print
|
|||||||
import httpx
|
import httpx
|
||||||
import os
|
import os
|
||||||
|
|
||||||
|
|
||||||
def main():
|
def main():
|
||||||
if not os.environ.get("GITHUB_TOKEN"):
|
if not os.environ.get("GITHUB_TOKEN"):
|
||||||
raise Exception("Please set GITHUB_TOKEN")
|
raise Exception("Please set GITHUB_TOKEN")
|
||||||
@ -17,7 +16,5 @@ def main():
|
|||||||
except httpx.HTTPStatusError as e:
|
except httpx.HTTPStatusError as e:
|
||||||
print(e)
|
print(e)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
main()
|
main()
|
||||||
|
Loading…
Reference in New Issue
Block a user