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 dd82d3c commit 7f448d4Copy full SHA for 7f448d4
.travis.yml
@@ -8,6 +8,7 @@ install:
8
9
script:
10
- npm run test
11
+ - npm run e2e
12
13
after_success:
14
- npm run report-coverage
package.json
@@ -20,7 +20,7 @@
20
"test": "jest --coverage",
21
"test:watch": "jest --coverage --watch",
22
"e2e": "cypress open",
23
- "report-coverage": "cat ./app/tests/__tests__/coverage/Icov.info | codecov"
+ "report-coverage": "cat ./app/tests/__tests__/coverage/lcov.info | codecov"
24
},
25
"config": {
26
"ghooks": {
0 commit comments