We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26218fd commit 7a4663aCopy full SHA for 7a4663a
.github/workflows/nodejs.yml
@@ -28,7 +28,6 @@ jobs:
28
npm install -g npm
29
npm version
30
npm install
31
- mkdir coverage
32
env:
33
CI: true
34
- name: End-to-end Tests with Cypress
package.json
@@ -10,6 +10,7 @@
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",
13
+ "codecov": "codecov -f coverage/coverage-final.json && codecov: codecov -f coverage/jest/coverage-final.json",
14
"test:unit": "jest",
15
"test:e2e": "npx cypress run",
16
"test": "npm run test:unit && npm run test:e2e"
0 commit comments