Skip to content

Commit 162302e

Browse files
committed
Fix code-coverage: Remove serial tests step
- All serial tests are telemetry tests (test_concurrent_telemetry.py and test_telemetry_e2e.py) - They're already run in the isolated telemetry step - Running -m serial with --ignore on both files results in 0 tests (exit code 5)
1 parent 649a41d commit 162302e

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

.github/workflows/code-coverage.yml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -86,22 +86,6 @@ jobs:
8686
--cov-report=term \
8787
-v
8888
89-
#----------------------------------------------
90-
# run serial tests (excluding telemetry) with coverage
91-
#----------------------------------------------
92-
- name: Run serial tests (excluding telemetry) with coverage
93-
continue-on-error: false
94-
run: |
95-
poetry run pytest tests/e2e \
96-
-m "serial" \
97-
--ignore=tests/e2e/test_telemetry_e2e.py \
98-
--ignore=tests/e2e/test_concurrent_telemetry.py \
99-
--cov=src \
100-
--cov-append \
101-
--cov-report=xml \
102-
--cov-report=term \
103-
-v
104-
10589
#----------------------------------------------
10690
# run telemetry tests with coverage (isolated)
10791
#----------------------------------------------

0 commit comments

Comments
 (0)