From 1da12d81cfe0d0e4f5e810678faab7363e1f45c0 Mon Sep 17 00:00:00 2001 From: Outvi V Date: Sun, 4 Aug 2024 00:26:26 +0800 Subject: [PATCH] chore: seems that Codecov asks for coverage.py --- poetry.lock | 2 +- pyproject.toml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/poetry.lock b/poetry.lock index b88bb8c..71e09b4 100644 --- a/poetry.lock +++ b/poetry.lock @@ -391,4 +391,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools", [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "7a18716ffc2fd43e2b5a24fc1fbfb5b0992c779555cedfc47a78295da68b3e01" +content-hash = "7a7df40c63f54141a4da14590236df8da4c288e9f9a16968ea9bd78ec71ce116" diff --git a/pyproject.toml b/pyproject.toml index 7f73d29..3afa393 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,6 +42,7 @@ pylint = "^3.2.5" pytest = "^8.3.1" yapf = "^0.40.2" pytest-cov = "^5.0.0" +coverage = "^7.6.0" [build-system] build-backend = "poetry.core.masonry.api"