From 671a0a2c6e31fb9daa03c9176ff39d14bccb7666 Mon Sep 17 00:00:00 2001 From: Peter Elmered Date: Thu, 26 Sep 2024 01:13:19 +0200 Subject: [PATCH] Remove Codecov upload step --- .github/workflows/run-tests.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index b019e73..9a6fc17 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -35,13 +35,3 @@ jobs: run: composer update --${{ matrix.stability }} --prefer-dist --no-interaction - name: Execute tests run: vendor/bin/pest --coverage-clover=coverage.xml - - name: Upload coverage to Codecov - uses: codecov/codecov-action@v4 - with: - token: ${{ secrets.CODECOV_TOKEN }} - file: ./coverage.xml - flags: tests - name: codecov-umbrella - #yml: ./codecov.yml - fail_ci_if_error: true -