From db4126ee3b4431f9ba8119066b1b6e02ededa9e9 Mon Sep 17 00:00:00 2001 From: LMBooth <31129153+LMBooth@users.noreply.github.com> Date: Tue, 24 Oct 2023 12:14:35 +0100 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dfc0260..0c7a32f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -65,9 +65,8 @@ jobs: - name: Generate Report run: | - pip install coverage coverage run -m pytest - + coverage xml #- name: Upload coverage to GitHub Artifacts # uses: actions/upload-artifact@v2 # with: