From a09334c3206bebfffd16205355a9001375ebdea2 Mon Sep 17 00:00:00 2001 From: Meraj Hashemizadeh Date: Mon, 12 Aug 2024 23:39:40 -0400 Subject: [PATCH] Revert "Remove tests and testing from coverage" This reverts commit 2027c340988be99ca150d3fc894e541578517c7b. --- pyproject.toml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 443f0138..39e46931 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -100,10 +100,6 @@ packages = ["cooper"] warn_unused_configs = true [tool.coverage.run] -omit = [ - "testing/*", - "tests/*", -] relative_files = true [tool.ruff]