Skip to content

Commit d48d0d9

Browse files
committed
Revert to --cov
1 parent d25b89b commit d48d0d9

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/hiperseis_main_ci.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,10 @@ jobs:
4242
eval "$(conda shell.bash hook)"
4343
conda init
4444
conda activate hiperseis
45-
coverage run -m pytest tests/test_seismic/test_stream_processing.py
46-
coverage xml
45+
# coverage run -m pytest tests/test_seismic/test_stream_processing.py
46+
# coverage report
47+
pytest --cov --cov-report=xml tests/test_seismic/test_stream_processing.py
48+
pip install coveralls
4749
- name: Upload coverage reports to Codecov
4850
uses: codecov/codecov-action@main
4951
with:

0 commit comments

Comments
 (0)