We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f53f6ec commit cc4f1feCopy full SHA for cc4f1fe
1 file changed
.github/workflows/ci.yml
@@ -11,8 +11,8 @@ jobs:
11
with:
12
python-version: '3.10'
13
- name: Install dependencies
14
- run: pip install -r requirements.txt
15
- - name: Run tests and collect coverage
16
- run: pytest --cov app
+ run: |
+ pip install -r requirements.txt
+ pip install codecov-cli
17
- name: Upload coverage to Codecov
18
- uses: codecov/codecov-action@v3
+ uses: codecov/codecov-action@v4.0.0-beta.1
0 commit comments