Skip to content

Commit 475833a

Browse files
chore: update nyc and eslint configs (#130)
1 parent debc8af commit 475833a

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
**/node_modules
22
src/**/doc/*
33
build/
4+
docs/

packages/google-cloud-oslogin/.nycrc

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"report-dir": "./.coverage",
3+
"reporter": "lcov",
34
"exclude": [
45
"src/*{/*,/**/*}.js",
56
"src/*/v*/*.js",

0 commit comments

Comments
 (0)