We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82855c4 commit aa073f5Copy full SHA for aa073f5
package.json
@@ -7,7 +7,9 @@
7
"serve": "vue-cli-service serve",
8
"build": "vue-cli-service build",
9
"lint": "vue-cli-service lint",
10
- "codecov": "codecov -f coverage/coverage-final.json && codecov -f coverage/jest/coverage-final.json",
+ "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",
13
"test:unit": "jest",
14
"test:e2e": "npx cypress run",
15
"test": "npm run test:unit && npm run test:e2e"
0 commit comments