From 46cbba6e3d1a967a83a4315fc875b7f839ffaa86 Mon Sep 17 00:00:00 2001 From: Barry57 <160387047+Barry57@users.noreply.github.com> Date: Sun, 27 Oct 2024 09:51:10 +0800 Subject: [PATCH] Update code_converage.yml --- .github/workflows/code_converage.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/code_converage.yml b/.github/workflows/code_converage.yml index eebb1e6..4f4f81f 100644 --- a/.github/workflows/code_converage.yml +++ b/.github/workflows/code_converage.yml @@ -31,9 +31,7 @@ jobs: submodules: recursive - name: Install GENetLib & dependencies run: | - export PROFILE=1 pip install . - ls * -al - name: Generate coverage report run: | pip install pytest @@ -41,11 +39,9 @@ jobs: pip install gcovr pip install pandas cd ./pytest - pytest --cov=skscope -v --cov-report=xml - ls * -al + pytest --cov=GENetLib -v --cov-report=xml cd .. gcovr --filter src/ --exclude-throw-branches --exclude-unreachable-branches --print-summary --xml cpp_coverage.xml - ls * -al - name: Upload coverage to Codecov uses: codecov/codecov-action@v3 with: