Skip to content

Commit 9bd3440

Browse files
committed
Add coveralls
1 parent 927806a commit 9bd3440

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/hiperseis_main_ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,14 @@ jobs:
4343
conda init
4444
conda activate hiperseis
4545
pytest --cov --cov-report=xml tests/test_seismic/test_stream_processing.py
46+
pip install coveralls
4647
- name: Upload coverage reports to Codecov
4748
uses: codecov/codecov-action@main
4849
with:
4950
token: ${{ secrets.CODECOV_TOKEN }}
5051
files: coverage.xml
5152
verbose: true
53+
- name: Upload coverage reports to Coveralls
54+
uses: coverallsapp/github-action@main
55+
with:
56+
format: cobertura

0 commit comments

Comments
 (0)