Skip to content

Commit 472d01c

Browse files
authored
Merge pull request #75 from opsmill/pog-run-python-tests-after-coverage-change
Run python tests after changes to codecov.yml
2 parents c46c063 + 86833ad commit 472d01c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/file-filters.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ ci_config: &ci_config
33
- ".github/workflows/ci.yml"
44
- ".github/file-filters.yml"
55

6+
coverage_config: &coverage_config
7+
- "codecov.yml"
8+
69
github_workflows: &github_workflows
710
- ".github/workflows/*.yml"
811

@@ -21,6 +24,7 @@ python_all: &python_all
2124
- "**/*.py"
2225
- *poetry_files
2326
- *ci_config
27+
- *coverage_config
2428

2529
yaml_all: &yaml_all
2630
- "**/*.{yml,yaml}"

0 commit comments

Comments
 (0)