Skip to content

Commit 6ee5257

Browse files
committed
increase the survival rate limit
currently we have 28.88% survival rate, so set that as the baseline
1 parent cbf086e commit 6ee5257

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
@@ -179,7 +179,7 @@ script:
179179
fi
180180
- if [[ $MUTATION ]]; then wait $COSMIC_PID ; kill $REPORT_PID ; true; fi
181181
- if [[ $MUTATION ]]; then cr-report --show-output session.sqlite | tail -n 40; fi
182-
- if [[ $MUTATION ]]; then cr-rate --estimate --fail-over 25 --confidence 99.9 session.sqlite; fi
182+
- if [[ $MUTATION ]]; then cr-rate --estimate --fail-over 29 --confidence 99.9 session.sqlite; fi
183183
after_success:
184184
- if [[ -z $INSTRUMENTAL && -z $MUTATION ]]; then coveralls; fi
185185

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)