mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-07-15 10:42:19 +03:00
Add echo to debug 'Windows / Python 3.5 x86'
This commit is contained in:
parent
77ad951d96
commit
1c90c9d541
3
.github/workflows/test-windows.yml
vendored
3
.github/workflows/test-windows.yml
vendored
|
@ -371,7 +371,8 @@ jobs:
|
||||||
echo "CI on python-pillow/Pillow, copy CodeCov settings"
|
echo "CI on python-pillow/Pillow, copy CodeCov settings"
|
||||||
cp .github/workflows/codecov-upstream.yml .codecov.yml
|
cp .github/workflows/codecov-upstream.yml .codecov.yml
|
||||||
fi
|
fi
|
||||||
curl -s https://codecov.io/bash | bash
|
echo Upload coverage
|
||||||
|
curl -s https://codecov.io/bash | bash
|
||||||
env:
|
env:
|
||||||
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
|
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
|
||||||
CODECOV_NAME: ${{ runner.os }} Python ${{ matrix.python-version }}
|
CODECOV_NAME: ${{ runner.os }} Python ${{ matrix.python-version }}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user