Skip to content

Commit

Permalink
Fix coverage omit for tox
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Mar 2, 2023
1 parent 114864b commit b93c1b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .coveragerc
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ exclude_lines =

[run]
omit =
src/tinytext/__main__.py
src/tinytext/cli.py
**/tinytext/__main__.py
**/tinytext/cli.py

0 comments on commit b93c1b9

Please sign in to comment.