From 86833ad89f43bab7ce6b06a15823c610dacd6e38 Mon Sep 17 00:00:00 2001 From: Patrick Ogenstad Date: Mon, 14 Oct 2024 09:26:04 +0200 Subject: [PATCH] Run python tests after changes to codecov.yml --- .github/file-filters.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/file-filters.yml b/.github/file-filters.yml index 742bda50..9efe506e 100644 --- a/.github/file-filters.yml +++ b/.github/file-filters.yml @@ -3,6 +3,9 @@ ci_config: &ci_config - ".github/workflows/ci.yml" - ".github/file-filters.yml" +coverage_config: &coverage_config + - "codecov.yml" + github_workflows: &github_workflows - ".github/workflows/*.yml" @@ -21,6 +24,7 @@ python_all: &python_all - "**/*.py" - *poetry_files - *ci_config + - *coverage_config yaml_all: &yaml_all - "**/*.{yml,yaml}"