Skip to content

Commit

Permalink
Add pytest-cov to check for coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
shoumikchow committed Mar 3, 2025
1 parent db65ac6 commit ce7c83f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
uv venv .venv
source .venv/bin/activate
uv pip install --upgrade pip
uv pip install pytest opencv-python numpy
uv pip install pytest pytest-cov opencv-python numpy
uv pip install -e .
- name: Run tests
Expand Down

0 comments on commit ce7c83f

Please sign in to comment.