Add nyc support

This commit is contained in:
Dolan
2018-10-26 20:11:40 +01:00
parent 83cab7563d
commit 9143c1c2c1
5 changed files with 46 additions and 8 deletions

View File

@ -4,7 +4,6 @@ node_js:
install:
- npm install
- npm install -g codecov
- npm install -g nyc
script:
- npm run lint
- npm test
@ -50,7 +49,7 @@ after_success:
- npm run typedoc
- echo "docx.js.org" > docs/.nojekyll
- echo "docx.js.org" > docs/CNAME
- nyc report --reporter=json
- npm run cover
- codecov
deploy:
provider: pages