We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c46c063 + 86833ad commit 472d01cCopy full SHA for 472d01c
.github/file-filters.yml
@@ -3,6 +3,9 @@ ci_config: &ci_config
3
- ".github/workflows/ci.yml"
4
- ".github/file-filters.yml"
5
6
+coverage_config: &coverage_config
7
+ - "codecov.yml"
8
+
9
github_workflows: &github_workflows
10
- ".github/workflows/*.yml"
11
@@ -21,6 +24,7 @@ python_all: &python_all
21
24
- "**/*.py"
22
25
- *poetry_files
23
26
- *ci_config
27
+ - *coverage_config
28
29
yaml_all: &yaml_all
30
- "**/*.{yml,yaml}"
0 commit comments