Skip to content

Commit 227761a

Browse files
committed
increase the survival rate limit
currently we have 28.88% survival rate, so set that as the baseline
1 parent bb18a17 commit 227761a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ script:
161161
fi
162162
- if [[ $MUTATION ]]; then wait $COSMIC_PID ; kill $REPORT_PID ; true; fi
163163
- 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
165165
after_success:
166166
- if [[ -z $INSTRUMENTAL && -z $MUTATION ]]; then coveralls; fi
167167

cosmic-ray.sh

+1-1
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)