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 1bd543e commit da61e7cCopy full SHA for da61e7c
.github/workflows/hiperseis_main_ci.yml
@@ -39,14 +39,11 @@ jobs:
39
source setup_scripts/conda_env_linux.sh hiperseis
40
- name: Running pytest
41
run: |
42
- pwd
43
- cd /home/runner/work/hiperseis/hiperseis
44
- ls -al
45
eval "$(conda shell.bash hook)"
46
conda init
47
conda activate hiperseis
48
- pytest --cov --cov-report=xml tests/test_seismic/test_stream_processing.py
49
- pip install coveralls
+ coverage run -m pytest tests/test_seismic/test_stream_processing.py
+ coverage xml
50
- name: Upload coverage reports to Codecov
51
uses: codecov/codecov-action@main
52
with:
0 commit comments