UNPKG

270 BYAMLView Raw
1version: 2
2jobs:
3 build:
4 docker:
5 - image: circleci/node:10.15
6 working_directory: ~/build
7 steps:
8 - checkout
9 - run: npm install
10 - run: npm t
11 - store_artifacts:
12 path: coverage/lcov-report
13 destination: coverage