Skip to content

Commit 195f4bf

Browse files
committed
Merge branch 'master' into Fix-instance-controller-ui-routes
Conflicts: test/unit/directives/directiveEditRepoCommit.unit.js
2 parents f29b9b9 + b87ac7e commit 195f4bf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Gruntfile.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -310,10 +310,10 @@ module.exports = function(grunt) {
310310
coverage: {
311311
options: {
312312
thresholds: {
313-
'statements': 51.37,
314-
'branches': 33.88,
315-
'functions': 45.55,
316-
'lines': 52.14
313+
statements: 52.71,
314+
branches: 35.25,
315+
functions: 47.01,
316+
lines: 53.41
317317
},
318318
dir: 'coverage',
319319
root: 'test'

0 commit comments

Comments
 (0)