From f8ebafd38b09ae2fae3543c60b14361b1c5c085d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20M=C3=BCller?= Date: Wed, 13 Jul 2022 14:39:23 +0200 Subject: [PATCH] Cov: remove redundant omits --- pyproject.toml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 8927ab87..b51fd8ed 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -115,11 +115,6 @@ target-version = [ [tool.coverage] [tool.coverage.run] source = ["spotpy"] - omit = [ - "*docs*", - "*examples*", - "*tests*", - ] [tool.coverage.report] exclude_lines = [