about summary refs log tree commit diff
path: root/pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml13
1 files changed, 13 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 91b3428..4104f67 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -23,3 +23,16 @@ classifiers = [
 dynamic = [ 'version' ]
 urls = { Source = 'https://trong.loang.net/scadere' }
 scripts = { scadere = 'scadere.__main__:main' }
+
+[tool.pytest.ini_options]
+testpaths = [ 'tst' ]
+
+[tool.coverage.run]
+branch = true
+command_line = '-m pytest'
+source = [ '.' ]
+
+[tool.coverage.report]
+fail_under = 100
+show_missing = true
+skip_covered = true