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 17131a2 commit af96144Copy full SHA for af96144
.circleci/config.yml
@@ -25,7 +25,7 @@ jobs:
25
key: robofriends-cache-v1-{{ checksum "package-lock.json" }}
26
paths:
27
- /home/circleci/repo/.npm # this is where the npm cache is stored when we use npm ci
28
- - run: react-scripts test --coverage --watchAll=false
+ - run: npm run coverage
29
upload-test-coverage:
30
<<: *defaults
31
steps:
package.json
@@ -36,6 +36,7 @@
36
"start": "react-scripts start",
37
"build": "react-scripts build",
38
"test": "react-scripts test",
39
+ "coverage": "react-scripts test --coverage --watchAll=false",
40
"eject": "react-scripts eject"
41
},
42
"eslintConfig": {
0 commit comments