diff options
author | Viljami Ilola <+@hix.fi> | 2024-04-10 16:42:30 +0300 |
---|---|---|
committer | Viljami Ilola <+@hix.fi> | 2024-04-10 16:42:30 +0300 |
commit | a6aadcc36295ae8bf09b630f02171dd2843db2e4 (patch) | |
tree | e51d563079413b972fab7b396e8b6998b9f0c050 /pyproject.toml | |
parent | c981a7a650285de46d10876fbe5586008643877a (diff) |
tests for stats
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml index 7fed447..42ca912 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,6 +31,7 @@ build-backend = "poetry.core.masonry.api" [tool.coverage.run] branch = true source = ["src/sliceitoff/"] +omit = ["src/sliceitoff/game/*"] # Game logic and input-needing parts [tool.pylint.main] |