Move codecov config up a dir to prevent GHA recognising as workflow

This commit is contained in:
Hugo 2019-12-24 09:58:25 +02:00
parent eced562012
commit 1e5c2564b1
3 changed files with 2 additions and 2 deletions

View File

@ -369,7 +369,7 @@ jobs:
run: |
if [ "$GITHUB_REPOSITORY" == "python-pillow/Pillow" ]; then
echo "CI on python-pillow/Pillow, copy CodeCov settings"
cp .github/workflows/codecov-upstream.yml .codecov.yml
cp .github/codecov-upstream.yml .codecov.yml
fi
echo Upload coverage
curl -s https://codecov.io/bash | bash

View File

@ -102,7 +102,7 @@ jobs:
run: |
if [ "$GITHUB_REPOSITORY" == "python-pillow/Pillow" ]; then
echo "CI on python-pillow/Pillow, copy CodeCov settings"
cp .github/workflows/codecov-upstream.yml .codecov.yml
cp .github/codecov-upstream.yml .codecov.yml
fi
bash <(curl -s https://codecov.io/bash)
env: