8000 Add codecov again · codingjoe/django-stdimage@9db0fe0 · GitHub
[go: up one dir, main page]

Skip to content

Commit 9db0fe0

Browse files
committed
Add codecov again
1 parent e795063 commit 9db0fe0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
python-version: ${{ matrix.python-version }}
8484
- run: sudo apt install gettext -y
8585
- uses: actions/checkout@v3
86-
- run: python -m pip install --upgrade pip
86+
- run: python -m pip install --upgrade pip codecov
8787
- run: python -m pip install -e .[${{ matrix.extra }}]
8888
if: ${{ matrix.extra }}
8989
- run: python -m pip install django~=${{ matrix.django-version }}a

0 commit comments

Comments
 (0)
0