File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -161,7 +161,7 @@ script:
161
161
fi
162
162
- if [[ $MUTATION ]]; then wait $COSMIC_PID ; kill $REPORT_PID ; true; fi
163
163
- if [[ $MUTATION ]]; then cr-report --show-output session.sqlite | tail -n 40; fi
164
- - if [[ $MUTATION ]]; then cr-rate --estimate --fail-over 25 --confidence 99.9 session.sqlite; fi
164
+ - if [[ $MUTATION ]]; then cr-rate --estimate --fail-over 29 --confidence 99.9 session.sqlite; fi
165
165
after_success :
166
166
- if [[ -z $INSTRUMENTAL && -z $MUTATION ]]; then coveralls; fi
167
167
Original file line number Diff line number Diff line change @@ -9,4 +9,4 @@ cr-report --show-output session.baseline.sqlite
9
9
cosmic-ray exec session.sqlite
10
10
cr-report session.sqlite
11
11
cr-html session.sqlite > session.html
12
- cr-rate --estimate --fail-over 25 --confidence 99.9 session.sqlite
12
+ cr-rate --estimate --fail-over 29 --confidence 99.9 session.sqlite
You can’t perform that action at this time.
0 commit comments