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