Skip to content

Commit

Permalink
fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
CodyCBakerPhD committed Sep 4, 2024
1 parent 14e0a28 commit a4030ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/read-nwbfile-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
run: conda install -c conda-forge h5py

- name: Run pytest on streaming-based read_nwbfile tests
run: pytest tests/read_nwbfile_streaming_tests.py -rsx --cov=nwbinspector --cov-report xml:./coverage.xml
run: pytest -rsx --cov=nwbinspector --cov-report xml:./coverage.xml tests/read_nwbfile_streaming_tests.py

- if: ${{ matrix.python-version == '3.10' && matrix.os == 'ubuntu-latest' }}
name: Upload coverage to Codecov
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/streaming-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
run: pip install ".[dandi]"

- name: Run pytest on stream tests with coverage
run: pytest tests/streaming_tests.py -rsx --cov=nwbinspector --cov-report xml:./coverage.xml
run: pytest -rsx --cov=nwbinspector --cov-report xml:./coverage.xml tests/streaming_tests.py

- if: ${{ matrix.python-version == '3.10' && matrix.os == 'ubuntu-latest' }}
name: Upload coverage to Codecov
Expand Down

0 comments on commit a4030ff

Please sign in to comment.