Skip to content

Commit 36086fd

Browse files
committed
Run all tests in codecov
1 parent 81329aa commit 36086fd

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

.github/workflows/hiperseis_main_ci.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -42,18 +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
45+
coverage run -m pytest tests
4646
coverage xml
47-
# pytest --cov --cov-report=xml tests/test_seismic/test_stream_processing.py
48-
# pip install coveralls
4947
- name: Upload coverage reports to Codecov
5048
uses: codecov/codecov-action@main
5149
with:
5250
token: ${{ secrets.CODECOV_TOKEN }}
5351
files: coverage.xml
54-
verbose: true
55-
- name: Upload coverage reports to Coveralls
56-
uses: coverallsapp/github-action@main
57-
with:
58-
format: cobertura
59-
debug: true

0 commit comments

Comments
 (0)