diff options
author | Aineopintojen-harjoitustyo-Algoritmit-j <github-hy-tiralabra@v.hix.fi> | 2024-02-17 10:15:35 +0200 |
---|---|---|
committer | Aineopintojen-harjoitustyo-Algoritmit-j <github-hy-tiralabra@v.hix.fi> | 2024-02-17 10:15:35 +0200 |
commit | f16cb14b7353b0f109931dba59d5b59ff43d72ec (patch) | |
tree | e4e13984faca33b88f55e3cd978a24fbd12e8e8b | |
parent | 78eeeac7bd114163418bf5da2897aed62794a09f (diff) |
Drop keyboard reader from coverage.
-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 = |