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 2b8d13e commit 3ede1d2Copy full SHA for 3ede1d2
.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
- coverage run -m pytest tests/test_seismic/test_stream_processing.py
+ coverage run -m pytest ./tests/test_seismic/test_stream_processing.py
46
coverage xml
47
- name: Upload coverage reports to Codecov
48
uses: codecov/codecov-action@main
0 commit comments