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 a15b650 commit 5f70b84Copy full SHA for 5f70b84
.github/workflows/hiperseis_main_ci.yml
@@ -42,7 +42,7 @@ jobs:
42
eval "$(conda shell.bash hook)"
43
conda init
44
conda activate hiperseis
45
- pytest --cov --cov-report=xml tests/test_seismic/test_stream_processing.py
+ pytest --cov tests/test_seismic/test_stream_processing.py
46
- name: Upload coverage reports to Codecov
47
uses: codecov/codecov-action@main
48
with:
0 commit comments