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 927806a commit 9bd3440Copy full SHA for 9bd3440
.github/workflows/hiperseis_main_ci.yml
@@ -43,9 +43,14 @@ jobs:
43
conda init
44
conda activate hiperseis
45
pytest --cov --cov-report=xml tests/test_seismic/test_stream_processing.py
46
+ pip install coveralls
47
- name: Upload coverage reports to Codecov
48
uses: codecov/codecov-action@main
49
with:
50
token: ${{ secrets.CODECOV_TOKEN }}
51
files: coverage.xml
52
verbose: true
53
+ - name: Upload coverage reports to Coveralls
54
+ uses: coverallsapp/github-action@main
55
+ with:
56
+ format: cobertura
0 commit comments