From c71c46efc8b1f0ec201262513c33d9b1a89d26ea Mon Sep 17 00:00:00 2001 From: Juliette-Gerbaux <130555142+Juliette-Gerbaux@users.noreply.github.com> Date: Thu, 5 Dec 2024 16:32:54 +0100 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 923125b..8a7cfda 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,10 +30,5 @@ jobs: - name: Test run: | - pytest --cov antarest --cov-report xml + pytest - - name: Archive code coverage results - uses: actions/upload-artifact@v3 - with: - name: python-code-coverage-report - path: coverage.xml