mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-25 09:26:16 +03:00
Removed prefix dot from codecov.yml
This commit is contained in:
parent
d694bdfc0b
commit
6101a5d7e8
2
.github/workflows/test-docker.yml
vendored
2
.github/workflows/test-docker.yml
vendored
|
@ -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()
|
||||
|
|
2
.github/workflows/test-windows.yml
vendored
2
.github/workflows/test-windows.yml
vendored
|
@ -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()
|
||||
|
|
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
@ -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()
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user