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 ab752fa commit 9a5c53bCopy full SHA for 9a5c53b
.github/workflows/hiperseis_main_ci.yml
@@ -42,11 +42,12 @@ jobs:
42
eval "$(conda shell.bash hook)"
43
conda init
44
conda activate hiperseis
45
- ls -al /home/runner/work/hiperseis/hiperseis
+ cat /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