Skip to content

Commit a839043

Browse files
committed
Rename to github-annotations
1 parent 6e573d4 commit a839043

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

diff_cover/diff_cover_tool.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -269,8 +269,7 @@ def generate_coverage_report(
269269
with open(markdown_report, "wb") as output_file:
270270
reporter.generate_report(output_file)
271271

272-
if "github" in report_formats:
273-
reporter = GitHubAnnotationsReportGenerator(coverage, diff)
272+
if "github-annotations" in report_formats:
274273
reporter.generate_report(sys.stdout.buffer)
275274

276275
# Generate the report for stdout

0 commit comments

Comments
 (0)