diff --git a/pyproject.toml b/pyproject.toml
index 52a39a171220a819cae0e818a7e568f359373622..6c5c7246cd080caffc8742a87e9258009b79e830 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -21,7 +21,7 @@ exclude = '''
 source = ["libkeyringctl"]
 
 [tool.coverage.report]
-omit = ["tests/*", ".tox/*"]
+include = ["libkeyringctl/*", "keyringctl"]
 precision = 2
 show_missing = true