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]