From 49675e5f526b5f945150663757c4aeb8b77a7f91 Mon Sep 17 00:00:00 2001 From: Rui Coelho Date: Thu, 22 Feb 2024 14:38:17 +0000 Subject: [PATCH] Remove conditional for codecov upload --- .github/workflows/test.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 552a951..ae3a855 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -47,7 +47,6 @@ jobs: run: | pytest --cov=piglot test - name: Upload coverage reports to Codecov - if: matrix.os == 'ubuntu-latest' && matrix.python-version == '3.11' uses: codecov/codecov-action@v4.0.1 with: token: ${{ secrets.CODECOV_TOKEN }}