Skip to content

Commit 09ffa0f

Browse files
committed
log number of tests to run
1 parent 6f09910 commit 09ffa0f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -295,9 +295,8 @@ jobs:
295295
run: |
296296
cosmic-ray init cosmic-ray.toml session-vs-master.sqlite
297297
git branch master origin/master
298-
git rev-parse HEAD
299-
git rev-parse master
300298
cr-filter-git --config cosmic-ray.toml session-vs-master.sqlite
299+
cr-report session-vs-master.sqlite | tail -n 5
301300
- name: Exec mutation testing for PR
302301
if: ${{ matrix.mutation == 'true' && github.event.pull_request }}
303302
run: |
@@ -306,7 +305,7 @@ jobs:
306305
if: ${{ matrix.mutation == 'true' && github.event.pull_request }}
307306
run: |
308307
# remove not-executed results
309-
sqlite3 session-vs-master.sqlite "DELETE from work_results WHERE work_results.worker_outcome = 'NO_TEST' OR work_results.worker_outcome = 'SKIPPED'"
308+
sqlite3 session-vs-master.sqlite "DELETE from work_results WHERE work_results.worker_outcome = 'SKIPPED'"
310309
cr-report session-vs-master.sqlite | tail -n 5
311310
# check if executed have at most 5% survival rate
312311
cr-rate --fail-over 5 session-vs-master.sqlite

0 commit comments

Comments
 (0)