Skip to content

Commit

Permalink
actions: set timeout for uploading to codecov
Browse files Browse the repository at this point in the history
codecov is sometimes slow to respond, and it's not worth holding up the
test suite for.
  • Loading branch information
willnorris committed Apr 4, 2020
1 parent 8d8c59a commit 7de7100
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,6 @@ jobs:

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v1
timeout-minutes: 2
with:
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 7de7100

Please sign in to comment.