Add echo to debug 'Windows / Python 3.5 x86'

This commit is contained in:
Hugo 2019-12-14 13:42:54 +02:00
parent 77ad951d96
commit 1c90c9d541

View File

@ -371,7 +371,8 @@ jobs:
echo "CI on python-pillow/Pillow, copy CodeCov settings"
cp .github/workflows/codecov-upstream.yml .codecov.yml
fi
curl -s https://codecov.io/bash | bash
echo Upload coverage
curl -s https://codecov.io/bash | bash
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
CODECOV_NAME: ${{ runner.os }} Python ${{ matrix.python-version }}