From 7dbc945b1479399f5aaf0bc81715375402566336 Mon Sep 17 00:00:00 2001 From: Iustin Pop Date: Sun, 16 Apr 2023 11:42:35 +0200 Subject: [PATCH] Stop trying to store coverage reports as artifacts Codecov doesn't support this anymore, so remove the keyword and the upload action. --- .github/workflows/ci.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 48e4b75..8c702a4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -83,15 +83,8 @@ jobs: #env_vars: OS,PYTHON name: codecov-python-${{ matrix.python-version }} #fail_ci_if_error: true - path_to_write_report: ./codecov-report.txt #verbose: true gcov: true - - name: Archive code coverage result - uses: 'actions/upload-artifact@v2' - with: - name: code-coverage-${{ matrix.os }}-${{ matrix.python-version }} - path: codecov-report.txt - - name: Build documentation run: make doc -- 2.39.2