Skip to content

Commit aa073f5

Browse files
fix: codecov failure with merge.
Trying an approach from Nasr to merge both codecov files
1 parent 82855c4 commit aa073f5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Diff for: package.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@
77
"serve": "vue-cli-service serve",
88
"build": "vue-cli-service build",
99
"lint": "vue-cli-service lint",
10-
"codecov": "codecov -f coverage/coverage-final.json && codecov -f coverage/jest/coverage-final.json",
10+
"codecov:cypress": "codecov -f coverage/coverage-final.json",
11+
"codecov:jest": "codecov -f coverage/jest/coverage-final.json",
12+
"codecov:all": "npm run codecov:cypress && npm run codecov:jest",
1113
"test:unit": "jest",
1214
"test:e2e": "npx cypress run",
1315
"test": "npm run test:unit && npm run test:e2e"

0 commit comments

Comments
 (0)