Skip to content

Commit 460e2f3

Browse files
committed
run coverage
1 parent a8ef51c commit 460e2f3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/hiperseis_main_ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +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 report
47-
pytest --cov --cov-report=xml tests/test_seismic/test_stream_processing.py
48-
pip install coveralls
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
4949
- name: Upload coverage reports to Codecov
5050
uses: codecov/codecov-action@main
5151
with:

0 commit comments

Comments
 (0)