Skip to content

Commit

Permalink
ci: allow codecov failure
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmueller committed Sep 13, 2024
1 parent 4afab79 commit 981290c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit 981290c

Please sign in to comment.