We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f29b9b9 + b87ac7e commit 195f4bfCopy full SHA for 195f4bf
1 file changed
Gruntfile.js
@@ -310,10 +310,10 @@ module.exports = function(grunt) {
310
coverage: {
311
options: {
312
thresholds: {
313
- 'statements': 51.37,
314
- 'branches': 33.88,
315
- 'functions': 45.55,
316
- 'lines': 52.14
+ statements: 52.71,
+ branches: 35.25,
+ functions: 47.01,
+ lines: 53.41
317
},
318
dir: 'coverage',
319
root: 'test'
0 commit comments