From 1c90c9d541211f287380e206cc207ebf100d91b0 Mon Sep 17 00:00:00 2001 From: Hugo Date: Sat, 14 Dec 2019 13:42:54 +0200 Subject: [PATCH] Add echo to debug 'Windows / Python 3.5 x86' --- .github/workflows/test-windows.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test-windows.yml b/.github/workflows/test-windows.yml index fc97df3f3..a49679a4f 100644 --- a/.github/workflows/test-windows.yml +++ b/.github/workflows/test-windows.yml @@ -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 }}