Skip to content

Commit cc4f1fe

Browse files
feat: upgrade to v4
1 parent f53f6ec commit cc4f1fe

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ jobs:
1111
with:
1212
python-version: '3.10'
1313
- name: Install dependencies
14-
run: pip install -r requirements.txt
15-
- name: Run tests and collect coverage
16-
run: pytest --cov app
14+
run: |
15+
pip install -r requirements.txt
16+
pip install codecov-cli
1717
- name: Upload coverage to Codecov
18-
uses: codecov/codecov-action@v3
18+
uses: codecov/codecov-action@v4.0.0-beta.1

0 commit comments

Comments
 (0)