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 2b3b23d commit ccb7e49Copy full SHA for ccb7e49
.coveragerc
@@ -2,4 +2,5 @@
2
source =
3
seismic
4
utils
5
- tests
+ tests
6
+branch = True
.github/workflows/hiperseis_main_ci.yml
@@ -42,7 +42,7 @@ jobs:
42
eval "$(conda shell.bash hook)"
43
conda init
44
conda activate hiperseis
45
- pytest --cov --cov-report=xml ./tests/test_seismic/test_stream_processing.py
+ pytest --cov --cov-report=xml tests/test_seismic/test_stream_processing.py
46
- name: Upload coverage reports to Codecov
47
uses: codecov/codecov-action@main
48
with:
0 commit comments