From ca0d2540aeb4c342e3c9b2509ad7f0edccec9dda Mon Sep 17 00:00:00 2001 From: Taiwo Olori <101744737+OloriT@users.noreply.github.com> Date: Sat, 18 Nov 2023 09:25:40 +0000 Subject: [PATCH] eitted yml file --- .github/workflows/ci_cd_wf.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci_cd_wf.yml b/.github/workflows/ci_cd_wf.yml index 44615e3c..606c0d9b 100644 --- a/.github/workflows/ci_cd_wf.yml +++ b/.github/workflows/ci_cd_wf.yml @@ -33,12 +33,12 @@ jobs: python -m pip install pytest-cov - name: Install pytest-cov for report - uses: MishaKav/pytest-coverage-comment@v1.1.49 + uses: MishaKav/pytest-coverage-comment@main with: pytest-coverage-path: ./pytest-coverage.txt junitxml-path: ./pytest.xml - name: Build coverage file run: | - pytest --junitxml=pytest.xml --cov-report=term-missing:skip-covered --cov=src tests/ | tee pytest-coverage.txt + pytest --junitxml=pytest.xml --cov-report=term-missing:skip-covered --cov=tests/ | tee pytest-coverage.txt \ No newline at end of file