We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 043f631 commit c625d6bCopy full SHA for c625d6b
.github/workflows/test.yaml
@@ -48,4 +48,7 @@ jobs:
48
49
- name: Run tests
50
run: |
51
- pytest tests
+ pytest --cov jupyterhealth_client tests
52
+
53
+ - name: upload coverage
54
+ uses: codecov/codecov-action@v5
0 commit comments