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 4df4b35 commit ab46ff3Copy full SHA for ab46ff3
.circleci/config.yml
@@ -1,7 +1,7 @@
1
defaults: &defaults
2
working_directory: ~/rxjs-hooks
3
docker:
4
- - image: circleci/node:10-browsers
+ - image: circleci/node:12-browsers
5
6
version: 2
7
jobs:
@@ -23,9 +23,6 @@ jobs:
23
key: dependency-cache-{{ checksum "package.json" }}
24
paths:
25
- ~/.cache/yarn
26
- - run: greenkeeper-lockfile-update
27
- - run: yarn build
28
- - run: greenkeeper-lockfile-upload
29
- persist_to_workspace:
30
root: ~/rxjs-hooks
31
@@ -39,7 +36,7 @@ jobs:
39
36
- run: yarn test
40
37
- run:
41
38
name: report-coverage
42
- command: npx codecov -f coverage/*.json
+ command: npx codecov
43
44
deploy:
45
<<: *defaults
0 commit comments