Skip to content

Commit

Permalink
Limit CI runtime on Windows runners (#520)
Browse files Browse the repository at this point in the history
* Limit CI runtime on Windows runners
* Continue on apparent Codecov error
  • Loading branch information
glatterf42 committed Mar 7, 2024
1 parent 809e28a commit d202e01
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/pytest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit d202e01

Please sign in to comment.