Skip to content

Commit e6c528d

Browse files
authoredMay 8, 2024
Merge branch 'main' into palette
2 parents 4b5c1e8 + 8246673 commit e6c528d

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+446
-267
lines changed
 

‎.ci/requirements-mypy.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
mypy==1.9.0
1+
mypy==1.10.0

‎.github/workflows/test-cygwin.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ jobs:
5555
packages: >
5656
gcc-g++
5757
ghostscript
58+
git
5859
ImageMagick
5960
jpeg
6061
libfreetype-devel
@@ -132,11 +133,12 @@ jobs:
132133
bash.exe .ci/after_success.sh
133134
134135
- name: Upload coverage
135-
uses: codecov/codecov-action@v3.1.5
136+
uses: codecov/codecov-action@v4
136137
with:
137138
file: ./coverage.xml
138139
flags: GHA_Cygwin
139140
name: Cygwin Python 3.${{ matrix.python-minor-version }}
141+
token: ${{ secrets.CODECOV_ORG_TOKEN }}
140142

141143
success:
142144
permissions:

0 commit comments

Comments
 (0)