We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 460e2f3 commit b5484d0Copy full SHA for b5484d0
.github/workflows/hiperseis_main_ci.yml
@@ -43,7 +43,7 @@ jobs:
43
conda init
44
conda activate hiperseis
45
coverage run -m pytest tests/test_seismic/test_stream_processing.py
46
- coverage report
+ coverage report xml
47
# pytest --cov --cov-report=xml tests/test_seismic/test_stream_processing.py
48
# pip install coveralls
49
- name: Upload coverage reports to Codecov
0 commit comments