Skip to content

Commit

Permalink
add pytest-cov dependancy in test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
samu9 committed Feb 22, 2025
1 parent cd6dfc5 commit 3be033c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
tags-ignore:
- '**'
jobs:
build:
build-and-test-test:
runs-on: ubuntu-latest

steps:
Expand All @@ -35,7 +35,7 @@ jobs:
cd backend
python -m pip install --upgrade pip
pip install .
pip install pytest httpx pytest-env pytest-dotenv
pip install pytest httpx pytest-env pytest-dotenv pytest-cov
- name: Database migrations
run: |
cd backend
Expand Down

0 comments on commit 3be033c

Please sign in to comment.