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 a8ef51c commit 460e2f3Copy full SHA for 460e2f3
.github/workflows/hiperseis_main_ci.yml
@@ -42,10 +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 report
47
- pytest --cov --cov-report=xml tests/test_seismic/test_stream_processing.py
48
- pip install coveralls
+ coverage run -m pytest tests/test_seismic/test_stream_processing.py
+ coverage report
+ # pytest --cov --cov-report=xml tests/test_seismic/test_stream_processing.py
+ # pip install coveralls
49
- name: Upload coverage reports to Codecov
50
uses: codecov/codecov-action@main
51
with:
0 commit comments