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