We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa68773 commit f848fa8Copy full SHA for f848fa8
.circleci/config.yml
@@ -17,23 +17,8 @@ jobs:
17
18
steps:
19
- checkout
20
-
21
- # Download and cache dependencies
22
- - restore_cache:
23
- keys:
24
- - v1-dependencies-{{ checksum "package.json" }}
25
- # fallback to using the latest cache if no exact match is found
26
- - v1-dependencies-
27
28
- run: yarn install
29
30
- - save_cache:
31
- paths:
32
- - node_modules
33
- key: v1-dependencies-{{ checksum "package.json" }}
34
35
- # run tests!
36
- - run: yarn test --coverage
+ - run: yarn test:coverage
37
- codecov/upload:
38
file: coverage/*.json
39
workflows:
0 commit comments