From 22b9a51a0e7cae6e5bc3338b422b21ca35c053a1 Mon Sep 17 00:00:00 2001 From: Barry57 <160387047+Barry57@users.noreply.github.com> Date: Sun, 27 Oct 2024 09:56:28 +0800 Subject: [PATCH] Update code_converage.yml --- .github/workflows/code_converage.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/code_converage.yml b/.github/workflows/code_converage.yml index 4f4f81f..4a6d3bf 100644 --- a/.github/workflows/code_converage.yml +++ b/.github/workflows/code_converage.yml @@ -5,12 +5,12 @@ on: paths: - "GENetLib/*.py" - "pytest/*.py" - - ".github/workflows/code_coverage.yml" + - ".github/workflows/code_converage.yml" pull_request: paths: - "GENetLib/*.py" - "pytest/*.py" - - ".github/workflows/code_coverage.yml" + - ".github/workflows/code_converage.yml" workflow_dispatch: jobs: