Skip to content

Commit ccb7e49

Browse files
committed
Change test directory
1 parent 2b3b23d commit ccb7e49

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.coveragerc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@
22
source =
33
seismic
44
utils
5-
tests
5+
tests
6+
branch = True

.github/workflows/hiperseis_main_ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
eval "$(conda shell.bash hook)"
4343
conda init
4444
conda activate hiperseis
45-
pytest --cov --cov-report=xml ./tests/test_seismic/test_stream_processing.py
45+
pytest --cov --cov-report=xml tests/test_seismic/test_stream_processing.py
4646
- name: Upload coverage reports to Codecov
4747
uses: codecov/codecov-action@main
4848
with:

0 commit comments

Comments
 (0)