Skip to content

Commit

Permalink
fix: codevoc problems
Browse files Browse the repository at this point in the history
Still working on codecov reports problem
  • Loading branch information
BKristenssonAlfsson committed Jun 12, 2020
1 parent 7a4663a commit 03d8637
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,7 @@
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"codecov:cypress": "codecov -f ../coverage/coverage-final.json",
"codecov:jest": "codecov -f ../coverage/jest/coverage-final.json",
"codecov:all": "npm run codecov:cypress && npm run codecov:jest",
"codecov": "codecov -f coverage/coverage-final.json && codecov: codecov -f coverage/jest/coverage-final.json",
"codecov": "codecov -f coverage/coverage-final.json && codecov -f coverage/jest/coverage-final.json",
"test:unit": "jest",
"test:e2e": "npx cypress run",
"test": "npm run test:unit && npm run test:e2e"
Expand Down

0 comments on commit 03d8637

Please sign in to comment.