Skip to content

Commit 5f70b84

Browse files
committed
Remove xml
1 parent a15b650 commit 5f70b84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/hiperseis_main_ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
eval "$(conda shell.bash hook)"
4343
conda init
4444
conda activate hiperseis
45-
pytest --cov --cov-report=xml tests/test_seismic/test_stream_processing.py
45+
pytest --cov tests/test_seismic/test_stream_processing.py
4646
- name: Upload coverage reports to Codecov
4747
uses: codecov/codecov-action@main
4848
with:

0 commit comments

Comments
 (0)