From 981290cd6b0eb17472c81c20c1429c95b26d85ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Paul=20M=C3=BCller?= Date: Fri, 13 Sep 2024 17:28:58 +0200 Subject: [PATCH] ci: allow codecov failure --- .github/workflows/check.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index d613a16..dc616ae 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -36,7 +36,6 @@ jobs: with: r-version: '4.1.2' - name: Install R packages for lme4 - if: matrix.extras == 'all' shell: bash run: | R --version @@ -68,6 +67,10 @@ jobs: flake8 --exclude _version.py . - name: Upload coverage to Codecov 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 }} - name: Create app and check if it runs (macOS)