File tree Expand file tree Collapse file tree 5 files changed +1487
-180
lines changed
Expand file tree Collapse file tree 5 files changed +1487
-180
lines changed Original file line number Diff line number Diff line change 33 node6 :
44 docker :
55 - image : circleci/node:6
6-
76 steps :
87 - checkout
98 - restore_cache :
@@ -15,12 +14,11 @@ jobs:
1514 paths :
1615 - node_modules/
1716 - run : npm test
18-
17+ - run : npm run coverage
1918
2019 node8 :
2120 docker :
2221 - image : circleci/node:8
23-
2422 steps :
2523 - checkout
2624 - restore_cache :
@@ -32,11 +30,11 @@ jobs:
3230 paths :
3331 - node_modules/
3432 - run : npm test
33+ - run : npm run coverage
3534
3635 node10 :
3736 docker :
3837 - image : circleci/node:10
39-
4038 steps :
4139 - checkout
4240 - restore_cache :
4846 paths :
4947 - node_modules/
5048 - run : npm test
49+ - run : npm run coverage
5150
5251workflows :
5352 version : 2
@@ -56,4 +55,4 @@ workflows:
5655 - node6
5756 - node8
5857 - node10
59-
58+
Original file line number Diff line number Diff line change 11node_modules
2- .DS_Store
2+ .nyc_output
3+ .DS_Store
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments