Skip to content

Commit 92f705d

Browse files
committed
[chore:project] Update ci.yaml for coverage reporting
1 parent 70b3671 commit 92f705d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343

4444
- name: Install dependencies from lockfile
4545
run:
46-
uv pip install -e ".[dev]"
46+
uv pip install -e ".[dev]" && pip install coverage && uv pip install coverage
4747

4848
- name: Run linting and tests
4949
run: |

0 commit comments

Comments
 (0)