Skip to content

Commit 02579a7

Browse files
committed
collect coverage
1 parent 3c99dff commit 02579a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
pip check
4848
- name: Run the tests
4949
run: |
50-
pytest
50+
pytest -vv --cov=nbformat
5151
- name: Install the Python dependencies for the examples
5252
run: |
5353
cd examples/simple && pip install -e .

0 commit comments

Comments
 (0)