We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76932c5 commit e2126caCopy full SHA for e2126ca
2 files changed
codecov.yml
@@ -6,18 +6,6 @@ coverage:
6
project:
7
default:
8
threshold: 1%
9
- unit:
10
- threshold: 1%
11
- flags:
12
- - unit
13
- integration:
14
15
16
- - integration
17
- end_to_end:
18
19
20
- - end_to_end
21
22
ignore:
23
- ".tox/**/*"
pyproject.toml
@@ -101,7 +101,4 @@ unused-ignore-comment = "ignore"
101
[tool.pytest.ini_options]
102
# Do not add src since it messes with the loading of pytask-parallel as a plugin.
103
testpaths = ["tests"]
104
-markers = [
105
- "wip: Tests that are work-in-progress.",
106
-]
107
norecursedirs = [".idea", ".tox"]
0 commit comments