diff options
-rw-r--r-- | .coveragerc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.coveragerc b/.coveragerc index dbfb5ad..0d69c1a 100644 --- a/.coveragerc +++ b/.coveragerc @@ -1,6 +1,6 @@ [run] branch = True -omit = tests/*, tui/kbd.py +omit = src/miinaharava/tui/kbd.py [report] exclude_lines = |