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/**/*" 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"]