From 68c4b2d21fd6acd9408718a54a1df94a8e52e8d7 Mon Sep 17 00:00:00 2001 From: Oliver Stolz Date: Thu, 22 Feb 2024 15:52:52 +0100 Subject: [PATCH] Run code coverage on requirements update --- .github/workflows/code_coverage.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/code_coverage.yml b/.github/workflows/code_coverage.yml index fde9ace..3b5224c 100644 --- a/.github/workflows/code_coverage.yml +++ b/.github/workflows/code_coverage.yml @@ -7,6 +7,7 @@ on: paths: - 'pfdl_scheduler/**' - 'tests/**' + - 'requirements.txt' - '.github/workflows/**' pull_request: branches: @@ -14,6 +15,7 @@ on: paths: - 'pfdl_scheduler/**' - 'tests/**' + - 'requirements.txt' - '.github/workflows/**' permissions: @@ -42,4 +44,4 @@ jobs: coverage run --omit=tests/*,pfdl_scheduler/parser/PFDL* -m unittest discover -s tests/unit_test coverage report coverage json - coverage html \ No newline at end of file + coverage html