Skip to content

Commit 5e0ec8b

Browse files
committed
Run all tests
1 parent 62e8cc3 commit 5e0ec8b

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.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-
coverage run -m pytest tests/test_seismic/test_stream_processing.py
45+
coverage run -m pytest tests
4646
coverage xml
4747
- name: Upload coverage reports to Codecov
4848
uses: codecov/codecov-action@main

tests/test_seismic/test_stream_processing.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@ def test_trace_ordering():
2424
assert tuple(tr.stats.channel for tr in test_stream) == ordered
2525
# end for
2626

27-
28-
2927
# Test ZRT ordering
3028
ordered = ('BHZ', 'BHR', 'BHT', 'BHY')
3129
for perm in itertools.permutations(ordered):

0 commit comments

Comments
 (0)