0
Fork 0
mirror of https://github.com/willnorris/imageproxy.git synced 2024-12-16 21:56:43 -05:00

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 - name: Upload coverage to Codecov
uses: codecov/codecov-action@v1 uses: codecov/codecov-action@v1
timeout-minutes: 2
with: with:
token: ${{ secrets.CODECOV_TOKEN }} token: ${{ secrets.CODECOV_TOKEN }}