summaryrefslogtreecommitdiff
path: root/.coveragerc
diff options
context:
space:
mode:
authorAineopintojen-harjoitustyo-Algoritmit-j <github-hy-tiralabra@v.hix.fi>2024-02-03 15:05:55 +0200
committerAineopintojen-harjoitustyo-Algoritmit-j <github-hy-tiralabra@v.hix.fi>2024-02-03 15:05:55 +0200
commit729455edf7fe92ba46ba2ea274bc3b5f4879b71b (patch)
treef300018c08775323f1cab4699633767500710b59 /.coveragerc
parentb45017cdb4d9f723202b2f110e28029f974a7c86 (diff)
Adding tests to whole app.
Diffstat (limited to '.coveragerc')
-rw-r--r--.coveragerc2
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 =