Removed prefix dot from codecov.yml

This commit is contained in:
Andrew Murray 2020-01-19 23:57:27 +11:00
parent d694bdfc0b
commit 6101a5d7e8
5 changed files with 4 additions and 4 deletions

View File

@ -54,7 +54,7 @@ jobs:
- name: Prepare coverage token
if: success() && github.repository == 'python-pillow/Pillow'
run: cp .github/codecov-upstream.yml .codecov.yml
run: cp .github/codecov-upstream.yml codecov.yml
- name: Upload coverage
if: success()

View File

@ -373,7 +373,7 @@ jobs:
- name: Prepare coverage token
if: success() && github.repository == 'python-pillow/Pillow'
run: cp .github/codecov-upstream.yml .codecov.yml
run: cp .github/codecov-upstream.yml codecov.yml
- name: Upload coverage
if: success()

View File

@ -92,7 +92,7 @@ jobs:
- name: Prepare coverage token
if: success() && github.repository == 'python-pillow/Pillow'
run: cp .github/codecov-upstream.yml .codecov.yml
run: cp .github/codecov-upstream.yml codecov.yml
- name: Upload coverage
if: success()

View File

@ -18,10 +18,10 @@ graft docs
# build/src control detritus
exclude .appveyor.yml
exclude .coveragerc
exclude .codecov.yml
exclude .editorconfig
exclude .readthedocs.yml
exclude azure-pipelines.yml
exclude codecov.yml
global-exclude .git*
global-exclude *.pyc
global-exclude *.so