Skip to content

Commit fd4d427

Browse files
committed
Update .nycrc to have correct paths for grpc exclusions.
1 parent 40ec8f8 commit fd4d427

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.nycrc

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"exclude": [
3-
"src/net/grpc/**",
4-
"lib/net/grpc/**",
3+
"src/grpc/**",
4+
"lib/grpc/**",
55
"test/**"
66
],
77
"reporter": "html"

0 commit comments

Comments
 (0)