From 2fa7dda6fc01521b5baa201996ff82911c557ead Mon Sep 17 00:00:00 2001 From: Andrei Sorokin Date: Sun, 9 Jun 2024 14:00:28 +0200 Subject: [PATCH] Always publish to codecov --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 99440c2..46e3e73 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -121,7 +121,7 @@ jobs: uses: coverallsapp/github-action@v2 - name: Upload Coverage to Codecov - if: ${{ matrix.python-version == 3.11 && matrix.platform == 'ubuntu-latest' }} + if: always() uses: codecov/codecov-action@v4.0.1 env: token: ${{ secrets.CODECOV_TOKEN }}