From d3a84417780f4d9fcd4273a9cbea03f5d7d714ea Mon Sep 17 00:00:00 2001 From: Tobias Raabe Date: Tue, 30 Dec 2025 23:57:06 +0100 Subject: [PATCH 1/2] Remove pytest markers --- pyproject.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index c76d686..91fbb62 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -101,7 +101,4 @@ unused-ignore-comment = "ignore" [tool.pytest.ini_options] # Do not add src since it messes with the loading of pytask-parallel as a plugin. testpaths = ["tests"] -markers = [ - "wip: Tests that are work-in-progress.", -] norecursedirs = [".idea", ".tox"] From 21ee7c25bde9d0ef98e622e3632920952c6f168d Mon Sep 17 00:00:00 2001 From: Tobias Raabe Date: Wed, 31 Dec 2025 00:06:52 +0100 Subject: [PATCH 2/2] Drop marker coverage flags --- codecov.yml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/codecov.yml b/codecov.yml index 31afc78..a323ff9 100644 --- a/codecov.yml +++ b/codecov.yml @@ -6,18 +6,6 @@ coverage: project: default: threshold: 1% - unit: - threshold: 1% - flags: - - unit - integration: - threshold: 1% - flags: - - integration - end_to_end: - threshold: 1% - flags: - - end_to_end ignore: - ".tox/**/*"