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 81329aa commit 36086fdCopy full SHA for 36086fd
.github/workflows/hiperseis_main_ci.yml
@@ -42,18 +42,10 @@ jobs:
42
eval "$(conda shell.bash hook)"
43
conda init
44
conda activate hiperseis
45
- coverage run -m pytest tests/test_seismic/test_stream_processing.py
+ coverage run -m pytest tests
46
coverage xml
47
- # pytest --cov --cov-report=xml tests/test_seismic/test_stream_processing.py
48
- # pip install coveralls
49
- name: Upload coverage reports to Codecov
50
uses: codecov/codecov-action@main
51
with:
52
token: ${{ secrets.CODECOV_TOKEN }}
53
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