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 9a5c53b commit b337aa1Copy full SHA for b337aa1
.github/workflows/hiperseis_main_ci.yml
@@ -42,12 +42,12 @@ jobs:
42
eval "$(conda shell.bash hook)"
43
conda init
44
conda activate hiperseis
45
- cat /home/runner/work/hiperseis/hiperseis/coverage.xml
+ grep -A 150 stream_processing.py /home/runner/work/hiperseis/hiperseis/coverage.xml
46
rm /home/runner/work/hiperseis/hiperseis/coverage.xml
47
ls -al /home/runner/work/hiperseis/hiperseis
48
coverage run -m pytest tests/test_seismic/test_stream_processing.py
49
coverage xml
50
51
- name: Upload coverage reports to Codecov
52
uses: codecov/codecov-action@main
53
with:
0 commit comments