Skip to content

Commit da61e7c

Browse files
committed
Run coverage
1 parent 1bd543e commit da61e7c

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/hiperseis_main_ci.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,14 +39,11 @@ jobs:
3939
source setup_scripts/conda_env_linux.sh hiperseis
4040
- name: Running pytest
4141
run: |
42-
pwd
43-
cd /home/runner/work/hiperseis/hiperseis
44-
ls -al
4542
eval "$(conda shell.bash hook)"
4643
conda init
4744
conda activate hiperseis
48-
pytest --cov --cov-report=xml tests/test_seismic/test_stream_processing.py
49-
pip install coveralls
45+
coverage run -m pytest tests/test_seismic/test_stream_processing.py
46+
coverage xml
5047
- name: Upload coverage reports to Codecov
5148
uses: codecov/codecov-action@main
5249
with:

0 commit comments

Comments
 (0)