diff --git a/.github/workflows/test-docker.yml b/.github/workflows/test-docker.yml index 4843a9c0a..2634d3d4f 100644 --- a/.github/workflows/test-docker.yml +++ b/.github/workflows/test-docker.yml @@ -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() diff --git a/.github/workflows/test-windows.yml b/.github/workflows/test-windows.yml index 229de6c07..bbfb00fdb 100644 --- a/.github/workflows/test-windows.yml +++ b/.github/workflows/test-windows.yml @@ -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() diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2ef5f8fb0..e467ceedd 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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() diff --git a/MANIFEST.in b/MANIFEST.in index 178bf477e..47daf4a11 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -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 diff --git a/.codecov.yml b/codecov.yml similarity index 100% rename from .codecov.yml rename to codecov.yml