mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-24 08:14:10 +03:00
Merge pull request #4444 from hugovk/codecov-bash
Use Codecov bash because the Action times out on macOS
This commit is contained in:
commit
80994bc0e5
9
.github/workflows/test.yml
vendored
9
.github/workflows/test.yml
vendored
|
@ -106,8 +106,7 @@ jobs:
|
||||||
|
|
||||||
- name: Upload coverage
|
- name: Upload coverage
|
||||||
if: success()
|
if: success()
|
||||||
uses: codecov/codecov-action@v1
|
run: bash <(curl -s https://codecov.io/bash) -F ${{ matrix.codecov-flag }}
|
||||||
with:
|
env:
|
||||||
token: ${{ secrets.CODECOV_TOKEN }}
|
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
|
||||||
flags: ${{ matrix.codecov-flag }}
|
CODECOV_NAME: ${{ matrix.os }} Python ${{ matrix.python-version }}
|
||||||
name: ${{ matrix.os }} Python ${{ matrix.python-version }}
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user