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 04f3abd commit b51b74fCopy full SHA for b51b74f
.github/workflows/hiperseis_main_ci.yml
@@ -41,13 +41,9 @@ jobs:
41
eval "$(conda shell.bash hook)"
42
conda init
43
conda activate hiperseis
44
- ls -al /home/runner/work/hiperseis/hiperseis
45
- coverage run --rcfile=/home/runner/work/hiperseis/hiperseis/.coveragerc -m pytest tests/test_seismic/test_stream_processing.py
+ coverage run -m pytest tests
46
coverage xml
47
48
- grep -A 75 -m 1 stream_processing.py /home/runner/work/hiperseis/hiperseis/coverage.xml
49
- name: Upload coverage reports to Codecov
50
uses: codecov/codecov-action@main
51
with:
52
token: ${{ secrets.CODECOV_TOKEN }}
53
- verbose: true
0 commit comments