summaryrefslogtreecommitdiffstatshomepage
path: root/pyproject.toml
diff options
context:
space:
mode:
authorWolfgang Müller2024-11-14 23:22:58 +0100
committerWolfgang Müller2024-11-14 23:22:58 +0100
commita495162ab6d0bf324c300eca398532ee397cf9a1 (patch)
tree4f415b8770c4c697a3d948da0eb729370aafd595 /pyproject.toml
parent47d464fbfc1dd4174c4f0ab39268297c14b972a3 (diff)
downloadhircine-a495162ab6d0bf324c300eca398532ee397cf9a1.tar.gz
backend/tests: Add tests for gallery_dl scrapers
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 07020e8..f4847ac 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -63,7 +63,7 @@ directory = "coverage"
[tool.coverage.run]
concurrency = ["greenlet", "multiprocessing"]
-omit = ["tests/*", "src/hircine/cli.py", "src/hircine/plugins/scrapers/*"]
+omit = ["tests/*", "src/hircine/cli.py"]
[tool.coverage.report]
exclude_also = [