Skip to content

Commit

Permalink
Added istanbul config for various coverage scenarios
Browse files Browse the repository at this point in the history
  • Loading branch information
Priya Jayagopalan committed Mar 22, 2016
1 parent c3c9ef4 commit 5a02179
Show file tree
Hide file tree
Showing 4 changed files with 44 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
check:
global:
statements: 50
functions: 50
branches: 50
lines: 50
each:
statements: 50
functions: 50
branches: 50
lines: 50
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
check:
global:
statements: 70
functions: 70
branches: 70
lines: 70
each:
statements: 70
functions: 70
branches: 70
lines: 70
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
check:
global:
statements: 85
functions: 85
branches: 85
lines: 85
each:
statements: 85
functions: 85
branches: 85
lines: 85
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
check:
global:
statements: 95
functions: 95
branches: 95
lines: 95
each:
statements: 95
functions: 95
branches: 95
lines: 95

0 comments on commit 5a02179

Please sign in to comment.