From b4a15e8b1463ac97abc6b1e8dec1a9a0a367403a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julian=20T=C3=B6lle?= Date: Tue, 27 Jul 2021 17:53:20 +0200 Subject: [PATCH] ci: remove unnecessary code cov archiving Code coverage is now uploaded and saved to codecov --- .github/workflows/ci.yaml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index e589c92..128a42f 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -31,13 +31,6 @@ jobs: uses: codecov/codecov-action@v2 with: flags: unittests,api - verbose: true # optional (default = false) - - - name: Archive code coverage results - uses: actions/upload-artifact@v2 - with: - name: code-coverage-report - path: coverage frontend: runs-on: ubuntu-latest