Skip to content

Commit

Permalink
Improve coverage.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Howitz committed Feb 10, 2023
1 parent a1483ec commit c816b12
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/roman.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,5 +140,5 @@ def main():
return 0


if __name__ == "__main__":
sys.exit(main())
if __name__ == "__main__": # pragma: no cover
sys.exit(main()) # pragma: no cover

0 comments on commit c816b12

Please sign in to comment.