Skip to content

Commit ce7c83f

Browse files
committed
Add pytest-cov to check for coverage
1 parent db65ac6 commit ce7c83f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
uv venv .venv
2525
source .venv/bin/activate
2626
uv pip install --upgrade pip
27-
uv pip install pytest opencv-python numpy
27+
uv pip install pytest pytest-cov opencv-python numpy
2828
uv pip install -e .
2929
3030
- name: Run tests

0 commit comments

Comments
 (0)