Skip to content

Commit

Permalink
Use Codecov bash because the Action times out on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Feb 22, 2020
1 parent 20d6b62 commit 3218cf8
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/test.yml
Expand Up @@ -106,8 +106,7 @@ jobs:

- name: Upload coverage
if: success()
uses: codecov/codecov-action@v1
with:
token: ${{ secrets.CODECOV_TOKEN }}
flags: ${{ matrix.codecov-flag }}
name: ${{ matrix.os }} Python ${{ matrix.python-version }}
run: bash <(curl -s https://codecov.io/bash) -F ${{ matrix.codecov-flag }}
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
CODECOV_NAME: ${{ matrix.os }} Python ${{ matrix.python-version }}

0 comments on commit 3218cf8

Please sign in to comment.