Skip to content

Commit 7f448d4

Browse files
author
Vasyl Stokolosa
committed
Spelling
1 parent dd82d3c commit 7f448d4

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ install:
88

99
script:
1010
- npm run test
11+
- npm run e2e
1112

1213
after_success:
1314
- npm run report-coverage

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"test": "jest --coverage",
2121
"test:watch": "jest --coverage --watch",
2222
"e2e": "cypress open",
23-
"report-coverage": "cat ./app/tests/__tests__/coverage/Icov.info | codecov"
23+
"report-coverage": "cat ./app/tests/__tests__/coverage/lcov.info | codecov"
2424
},
2525
"config": {
2626
"ghooks": {

0 commit comments

Comments
 (0)