Skip to content

Commit

Permalink
Remove coverage thresholds for development
Browse files Browse the repository at this point in the history
  • Loading branch information
WHenderson committed Oct 16, 2015
1 parent 42bcb68 commit 022f099
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gulp.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ gulpTestCoverage = () ->
}))
.pipe(gCoverageEnforcer({
thresholds : {
statements : 90,
statements : 0,
branches : 0,
lines : 0,
functions : 0
Expand Down

0 comments on commit 022f099

Please sign in to comment.