actions: set timeout for uploading to codecov

codecov is sometimes slow to respond, and it's not worth holding up the
test suite for.
This commit is contained in:
Will Norris 2020-04-04 06:24:34 +00:00
parent 8d8c59a928
commit 7de7100f6c

View file

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