Skip to content

Commit

Permalink
Output missing last new line from coverage reporter (onnx#4636)
Browse files Browse the repository at this point in the history
Signed-off-by: take-cheeze <takechi101010@gmail.com>

Signed-off-by: take-cheeze <takechi101010@gmail.com>
  • Loading branch information
take-cheeze authored and Bjarke Roune committed May 6, 2023
1 parent 83bacc4 commit d2109ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions onnx/backend/test/report/coverage.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ def report_text(self, writer: IO[str]) -> None:
tablefmt="plain",
)
)
writer.write("\n")
if os.environ.get("CSVDIR") is not None:
self.report_csv(all_ops, passed, experimental)

Expand Down

0 comments on commit d2109ed

Please sign in to comment.