Skip to content

Commit ef90135

Browse files
committed
increase the survival rate limit
currently we have 28.88% survival rate, so set that as the baseline
1 parent 7d7bac1 commit ef90135

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ script:
160160
fi
161161
- if [[ $MUTATION ]]; then wait $COSMIC_PID ; kill $REPORT_PID ; true; fi
162162
- if [[ $MUTATION ]]; then cr-report --show-output session.sqlite | tail -n 40; fi
163-
- if [[ $MUTATION ]]; then cr-rate --estimate --fail-over 25 --confidence 99.9 session.sqlite; fi
163+
- if [[ $MUTATION ]]; then cr-rate --estimate --fail-over 29 --confidence 99.9 session.sqlite; fi
164164
after_success:
165165
- if [[ -z $INSTRUMENTAL && -z $MUTATION ]]; then coveralls; fi
166166

cosmic-ray.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ cr-report --show-output session.baseline.sqlite
99
cosmic-ray exec session.sqlite
1010
cr-report session.sqlite
1111
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

0 commit comments

Comments
 (0)