UNPKG

173 BYAMLView Raw
1language: node_js
2node_js:
3 - "8.16"
4install:
5 - npm install
6 - npm install -g codecov
7script: "npm test"
8after_success:
9 - npm run coverage
10 - npm run report-coverage