Skip to content

Commit 984c17f

Browse files
committed
chore(api): rename coverage report workflow and update coverage reporter format
1 parent 35d6d4d commit 984c17f

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/api_pr_coverage_report.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Api // Coverage Report
1+
name: Api // Tests
22

33
on:
44
push:
@@ -7,6 +7,7 @@ on:
77

88
jobs:
99
test:
10+
name: Api // Tests
1011
runs-on: ubuntu-latest
1112

1213
steps:

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",
18+
"test:cov": "jest --coverage --coverageReporters json-summary",
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)