diff options
| author | Aineopintojen-harjoitustyo-Algoritmit-j <github-hy-tiralabra@v.hix.fi> | 2024-02-03 15:05:55 +0200 |
|---|---|---|
| committer | Aineopintojen-harjoitustyo-Algoritmit-j <github-hy-tiralabra@v.hix.fi> | 2024-02-03 15:05:55 +0200 |
| commit | 729455edf7fe92ba46ba2ea274bc3b5f4879b71b (patch) | |
| tree | f300018c08775323f1cab4699633767500710b59 /.coveragerc | |
| parent | b45017cdb4d9f723202b2f110e28029f974a7c86 (diff) | |
Adding tests to whole app.
Diffstat (limited to '.coveragerc')
| -rw-r--r-- | .coveragerc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.coveragerc b/.coveragerc index 7b967e8..dbfb5ad 100644 --- a/.coveragerc +++ b/.coveragerc @@ -1,6 +1,6 @@ [run] branch = True -omit = tests/* +omit = tests/*, tui/kbd.py [report] exclude_lines = |