diff --git a/.gitignore b/.gitignore index 77fc65da..a5f90616 100644 --- a/.gitignore +++ b/.gitignore @@ -16,3 +16,4 @@ npm-debug.log coverage .idea .nyc_output +test/output diff --git a/.nycrc b/.nycrc new file mode 100644 index 00000000..d0117319 --- /dev/null +++ b/.nycrc @@ -0,0 +1,14 @@ +{ + "reporter": [ + "lcov", + "text" + ], + "include": [ + "lib/**/*.js" + ], + "lines": 97, + "statements": 91, + "functions": 100, + "branches": 89, + "check-coverage": true +} diff --git a/README.md b/README.md index eae1b43c..f3b22a04 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,11 @@ -[![npm-version][npm-version]][npm-url] +[![npm][npm]][npm-url] +[![node][node]][node-url] [![npm-stats][npm-stats]][npm-url] [![deps][deps]][deps-url] [![travis][travis]][travis-url] -[![coverage][coverage]][coverage-url] +[![appveyor][appveyor]][appveyor-url] +[![coverage][cover]][cover-url] +[![chat][chat]][chat-url]
=4.0.0" + }, "peerDependencies": { "node-sass": "^4.0.0", "webpack": "^2.0.0" diff --git a/test/output/.gitignore b/test/output/.gitignore deleted file mode 100644 index 72e8ffc0..00000000 --- a/test/output/.gitignore +++ /dev/null @@ -1 +0,0 @@ -*