diff --git a/.github/workflows/pytest.yaml b/.github/workflows/pytest.yaml index 8095155ad..e7b71eb40 100644 --- a/.github/workflows/pytest.yaml +++ b/.github/workflows/pytest.yaml @@ -126,6 +126,10 @@ jobs: - name: Upload test coverage to Codecov.io uses: codecov/codecov-action@v4 + # FIXME Limit runtime until + # https://github.com/codecov/codecov-action/issues/1316 is resolved + timeout-minutes: 1 + continue-on-error: true with: token: ${{ secrets.CODECOV_TOKEN }} # required