language: node_js node_js: - "node" install: - mkdir coverage - npm install -g yarn - npm install -g codecov script: yarn && yarn test && codecov