Skip to content

Commit

Permalink
fix: update code cov
Browse files Browse the repository at this point in the history
  • Loading branch information
tushar5526 committed May 21, 2024
1 parent 2e66534 commit 4ee134a
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/code-cov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,14 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Set up Python 3.10
- name: Set up Python 3.11
uses: actions/setup-python@v4
with:
python-version: "3.10"
- name: Install dependencies
python-version: "3.11"
- name: Install main dependencies
run: pip install -r requirements.txt
- name: Install dev dependencies
run: pip install -r requirements-dev.txt
- name: Run tests and collect coverage
run: pytest --cov app
- name: Upload coverage to Codecov
Expand Down

0 comments on commit 4ee134a

Please sign in to comment.