From e1bd399e1d48d05d14f51ce00c381bc25d383367 Mon Sep 17 00:00:00 2001 From: Denis Smetannikov Date: Wed, 12 May 2021 21:28:06 +0300 Subject: [PATCH] Send only one coverage report --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index adc2b65..b85c62e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -69,7 +69,7 @@ jobs: - name: Codecov Report uses: codecov/codecov-action@v1 - if: ${{ strategy.matrix.build-way == 'update' && strategy.matrix.php-version == '7.4' }} + if: ${{ matrix.build-way == 'update' && matrix.php-version == '7.4' }} continue-on-error: ${{ matrix.experimental }} with: token: ${{ secrets.CODECOV_TOKEN }}