Skip to content

Commit c625d6b

Browse files
committed
add test coverage
1 parent 043f631 commit c625d6b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/test.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,7 @@ jobs:
4848
4949
- name: Run tests
5050
run: |
51-
pytest tests
51+
pytest --cov jupyterhealth_client tests
52+
53+
- name: upload coverage
54+
uses: codecov/codecov-action@v5

0 commit comments

Comments
 (0)