Skip to content

Commit b10cd03

Browse files
committed
chore(api): add coverage configuration files for Jest reporting
1 parent d219d52 commit b10cd03

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/api_pr_coverage_report.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,4 @@ jobs:
2626
with:
2727
github-token: ${{ secrets.GITHUB_TOKEN }}
2828
coverage-path: ./modules/services/api/coverage.txt
29-
coverage-summary-path: ./modules/services/api/coverage/coverage-summary.json
3029
junitxml-path: ./modules/services/api/junit.xml

modules/services/api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"lint": "eslint \"{src,apps,libs,test}/**/*.ts\" --fix",
1616
"test": "jest",
1717
"test:watch": "jest --watch",
18-
"test:cov": "jest --coverage --coverageReporters json-summary",
18+
"test:cov": "jest --coverage",
1919
"test:debug": "node --inspect-brk -r tsconfig-paths/register -r ts-node/register node_modules/.bin/jest --runInBand",
2020
"test:e2e": "jest --config ./test/jest-e2e.json"
2121
},

0 commit comments

Comments
 (0)