aboutsummaryrefslogtreecommitdiffhomepage
path: root/.istanbul.yml
diff options
context:
space:
mode:
authorGravatar murgatroid99 <mlumish@google.com>2015-10-01 11:54:00 -0700
committerGravatar murgatroid99 <mlumish@google.com>2015-10-01 11:54:00 -0700
commit2af89e49cb4ad5b5e30cd4c447acaca1d0c44843 (patch)
treed73cf39c2a40236f4c401df762e509c144ac0c98 /.istanbul.yml
parentb3ca2ad3adcde09b1841b1aa3b9b5905ed26226b (diff)
Moved gRPC node package root to repo root, made it depend on grpc.gyp
Diffstat (limited to '.istanbul.yml')
-rw-r--r--.istanbul.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.istanbul.yml b/.istanbul.yml
new file mode 100644
index 0000000000..9ff1379f51
--- /dev/null
+++ b/.istanbul.yml
@@ -0,0 +1,6 @@
+reporting:
+ watermarks:
+ statements: [80, 95]
+ lines: [80, 95]
+ functions: [80, 95]
+ branches: [80, 95]