Skip to content

Commit 280d2d6

Browse files
chore: update nyc and eslint configs (#194)
1 parent 6e3022b commit 280d2d6

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed
Lines changed: 1 addition & 0 deletions
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-dns/.nycrc

Lines changed: 1 addition & 0 deletions
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)