diff --git a/README.md b/README.md index e0553ecc861b115d1093f86cc816aeaeef5e74c6..f894def470605d3234a4b8ef7a1831fa94c443d3 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [gRPC - An RPC library and framework](http://github.com/grpc/grpc) =================================== -Copyright 2015 Google Inc. +Copyright 2015-2016 Google Inc. #Documentation diff --git a/tools/run_tests/post_tests_ruby.sh b/tools/run_tests/post_tests_ruby.sh index 66a9fbc5348e914b0805fa9c22a0c48430d1bf16..0877e44805abd879b5a2309d4d41b0690e77f592 100755 --- a/tools/run_tests/post_tests_ruby.sh +++ b/tools/run_tests/post_tests_ruby.sh @@ -43,4 +43,4 @@ genhtml $tmp2 --output-directory $out rm $tmp2 rm $tmp1 -cp -rv $root/src/ruby/coverage $root/reports/ruby +cp -rv $root/coverage $root/reports/ruby