UNPKG

113 BYAMLView Raw
1language: node_js
2
3node_js:
4 - 'node'
5
6install:
7 - npm i
8 - npm i -g codecov
9
10script:
11 - npm test && codecov