diff --git a/.eslintignore b/.eslintignore index 2f642cb6..f0c7aead 100644 --- a/.eslintignore +++ b/.eslintignore @@ -1,3 +1,4 @@ **/node_modules src/**/doc/* build/ +docs/ diff --git a/.nycrc b/.nycrc index feb03240..88b001cb 100644 --- a/.nycrc +++ b/.nycrc @@ -1,5 +1,6 @@ { "report-dir": "./.coverage", + "reporter": "lcov", "exclude": [ "src/*{/*,/**/*}.js", "src/*/v*/*.js",