File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments