Skip to content

Commit 7a4663a

Browse files
fix: trying to generate reports
reports are not generated. Debugging a solution
1 parent 26218fd commit 7a4663a

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

Diff for: .github/workflows/nodejs.yml

-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ jobs:
2828
npm install -g npm
2929
npm version
3030
npm install
31-
mkdir coverage
3231
env:
3332
CI: true
3433
- name: End-to-end Tests with Cypress

Diff for: package.json

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
"codecov:cypress": "codecov -f ../coverage/coverage-final.json",
1111
"codecov:jest": "codecov -f ../coverage/jest/coverage-final.json",
1212
"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",
1314
"test:unit": "jest",
1415
"test:e2e": "npx cypress run",
1516
"test": "npm run test:unit && npm run test:e2e"

0 commit comments

Comments
 (0)