Skip to content

Commit

Permalink
fix: run tests
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasrockhu-codecov committed Sep 13, 2023
1 parent 3edd578 commit 5472f3e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ jobs:
with:
python-version: '3.10'
- name: Install dependencies
run: |
pip install -r requirements.txt
pip install codecov-cli
run: pip install -r requirements.txt
- name: Run tests and collect coverage
run: pytest --cov app
- name: Upload coverage to Codecov
uses: codecov/[email protected]
env:
Expand Down

0 comments on commit 5472f3e

Please sign in to comment.