Skip to content

Commit 98866d7

Browse files
committed
add pytest-cov to ci
1 parent 86da1e0 commit 98866d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Install dependencies
3434
run: |
3535
uv pip install --system -e .
36-
uv pip install --system pytest mypy ruff build
36+
uv pip install --system pytest pytest-cov mypy ruff build
3737
3838
3939
- name: Run linters

0 commit comments

Comments
 (0)