Skip to content

Commit 5472f3e

Browse files
fix: run tests
1 parent 3edd578 commit 5472f3e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ jobs:
1111
with:
1212
python-version: '3.10'
1313
- name: Install dependencies
14-
run: |
15-
pip install -r requirements.txt
16-
pip install codecov-cli
14+
run: pip install -r requirements.txt
15+
- name: Run tests and collect coverage
16+
run: pytest --cov app
1717
- name: Upload coverage to Codecov
1818
uses: codecov/[email protected]
1919
env:

0 commit comments

Comments
 (0)