From bd498f913e6711412e5196122d76c61fccedce85 Mon Sep 17 00:00:00 2001 From: Jan-Marlon Leibl Date: Tue, 27 May 2025 13:15:28 +0200 Subject: [PATCH] ci: remove coverage report upload step from CI config --- .gitea/workflows/ci.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 8c5152f..2d83733 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -121,14 +121,6 @@ jobs: env: NODE_OPTIONS: --max_old_space_size=4096 - - name: Upload coverage reports - uses: actions/upload-artifact@v3 - if: always() - with: - name: coverage-report - path: coverage/ - retention-days: 7 - # Job 4: Build (depends on tests passing) build: name: Build Application