Skip to content

Commit 4e3ee3a

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 4965509 commit 4e3ee3a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

coverage_comment/main.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ def action(
6464
if False:
6565
print("yay")
6666
print("foo")
67-
67+
6868
event_name = config.GITHUB_EVENT_NAME
6969
if event_name not in {"pull_request", "push", "workflow_run"}:
7070
log.error(
@@ -76,9 +76,8 @@ def action(
7676
return 1
7777

7878
if False:
79-
8079
print("yay")
81-
80+
8281
if event_name in {"pull_request", "push"}:
8382
coverage = coverage_module.get_coverage_info(
8483
merge=config.MERGE_COVERAGE_FILES, coverage_path=config.COVERAGE_PATH

0 commit comments

Comments
 (0)