Skip to content

Commit

Permalink
Merge branch 'master' into release-0_11
Browse files Browse the repository at this point in the history
Conflicts:
	.gitignore
	gRPC.podspec
  • Loading branch information
nicolasnoble committed Oct 16, 2015
2 parents 432ca59 + ff46610 commit 7aa1f82
Show file tree
Hide file tree
Showing 4,619 changed files with 40,188 additions and 427,360 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ objs
python*_virtual_environment

# gcov coverage data
reports
coverage
*.gcno

Expand Down Expand Up @@ -36,10 +37,15 @@ cache.mk

# Temporary test reports
report.xml
latency_trace.txt

# port server log
portlog.txt

# gyp generated make files
*-gyp.mk
out

# XCode
build/
*.pbxuser
Expand Down
6 changes: 6 additions & 0 deletions .istanbul.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
reporting:
watermarks:
statements: [80, 95]
lines: [80, 95]
functions: [80, 95]
branches: [80, 95]
Loading

0 comments on commit 7aa1f82

Please sign in to comment.