summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorAineopintojen-harjoitustyo-Algoritmit-j <github-hy-tiralabra@v.hix.fi>2024-01-12 08:48:03 +0200
committerAineopintojen-harjoitustyo-Algoritmit-j <github-hy-tiralabra@v.hix.fi>2024-01-12 08:48:03 +0200
commit790534db0d14f36e00395aada28899c43a9e9a5f (patch)
tree560706235b09b45a119ab8fc066ea5a8547d06cc /pyproject.toml
parent4ec901620ea94e8e89710576b4fc6ad1cf4b01e8 (diff)
Making use of coverage & codecov. Movining doc files to doc folder.
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 2b936e4..90d7851 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -11,6 +11,7 @@ python = "^3.10"
[tool.poetry.group.dev.dependencies]
pytest = "^7.4.4"
+coverage = "^7.4.0"
[build-system]
requires = ["poetry-core"]