From 9c6a60f956c2dc25553b26bea58affbb5952dbe9 Mon Sep 17 00:00:00 2001 From: Michael Albrecht Date: Sat, 10 Aug 2024 14:09:32 +0200 Subject: [PATCH] Update tests.yaml remove badge generation and upload because of technical problems and restrictions --- .github/workflows/tests.yaml | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 3b42f42..0852a97 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -44,20 +44,3 @@ jobs: - name: Execute tests run: composer tests:coverage:gitlab-ci - - - name: Upload coverage report - uses: actions/upload-artifact@v2 - with: - name: coverage-report - path: .coverage - - - name: Generate coverage badge - run: | - npx cobertura-badger .coverage/cobertura.xml -o .coverage/cobertura-coverage.svg - npx lcov-badge coverage/lcov.info --output coverage/coverage.svg - - - name: Upload coverage badge - uses: actions/upload-artifact@v2 - with: - name: coverage-badge - path: coverage/coverage.svg