Skip to content

Commit d614f39

Browse files
chore: nyc ignore build/test by default (#122)
1 parent bbdea6b commit d614f39

File tree

1 file changed

+2
-1
lines changed
  • packages/google-cloud-oslogin

1 file changed

+2
-1
lines changed

packages/google-cloud-oslogin/.nycrc

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
"exclude": [
44
"src/*{/*,/**/*}.js",
55
"src/*/v*/*.js",
6-
"test/**/*.js"
6+
"test/**/*.js",
7+
"build/test"
78
],
89
"watermarks": {
910
"branches": [

0 commit comments

Comments
 (0)