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 d25b89b commit d48d0d9Copy full SHA for d48d0d9
.github/workflows/hiperseis_main_ci.yml
@@ -42,8 +42,10 @@ jobs:
42
eval "$(conda shell.bash hook)"
43
conda init
44
conda activate hiperseis
45
- coverage run -m pytest tests/test_seismic/test_stream_processing.py
46
- coverage xml
+ # coverage run -m pytest tests/test_seismic/test_stream_processing.py
+ # coverage report
47
+ pytest --cov --cov-report=xml tests/test_seismic/test_stream_processing.py
48
+ pip install coveralls
49
- name: Upload coverage reports to Codecov
50
uses: codecov/codecov-action@main
51
with:
0 commit comments