From 2c4291147f72f50de2fae4fe33b5e671573b6612 Mon Sep 17 00:00:00 2001 From: PreciousEdmund <131344840+PreciousEdmund@users.noreply.github.com> Date: Mon, 19 Jun 2023 09:10:15 +0000 Subject: [PATCH] updated the Yaml file --- .github/workflows/ci_cd_wf.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/ci_cd_wf.yml b/.github/workflows/ci_cd_wf.yml index 7f730abf..fe5a2b82 100644 --- a/.github/workflows/ci_cd_wf.yml +++ b/.github/workflows/ci_cd_wf.yml @@ -21,12 +21,10 @@ jobs: - name: Install Dependencies run: | python -m pip install -r requirements.txt - - name: Run tests run: | python -m pytest calculator.py - - - name: Build coverage file + - name: Pytest coverage comment uses: MishaKav/pytest-coverage-comment@main with: pytest-coverage-path: ./pytest-coverage.txt