version: 2
jobs:
build:
docker:
- image: node:10
steps:
- checkout
- run:
name: dep install
command: npm install
name: install codecov
command: npm install -g codecov
name: test
command: npm test && codecov