Skip to content

Commit bf13f63

Browse files
add -rsx to print skip reasons
1 parent 4ad69eb commit bf13f63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Install ROS3
3535
run: conda install -c conda-forge h5py
3636
- name: Run pytest with coverage
37-
run: pytest --cov=./ --cov-report xml:./nwbinspector/nwbinspector/coverage.xml
37+
run: pytest -rsx --cov=./ --cov-report xml:./nwbinspector/nwbinspector/coverage.xml
3838
- if: ${{ matrix.python-version == '3.10' && matrix.os == 'ubuntu-latest' }}
3939
name: Upload coverage to Codecov
4040
uses: codecov/codecov-action@v2

0 commit comments

Comments
 (0)