mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-27 17:54:32 +03:00
Move codecov config up a dir to prevent GHA recognising as workflow
This commit is contained in:
parent
eced562012
commit
1e5c2564b1
2
.github/workflows/test-windows.yml
vendored
2
.github/workflows/test-windows.yml
vendored
|
@ -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
|
||||
|
|
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue
Block a user