Skip to content

Commit f9ec150

Browse files
committed
OTHER: Update workflows to version 2.0.0 and enhance Jest coverage reporting
1 parent eb0f154 commit f9ec150

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/pull_request.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ on:
44
jobs:
55
build:
66
name: Build
7-
uses: recrafter-group/.github/.github/workflows/build.yml@version/1.0.0
7+
uses: recrafter-group/.github/.github/workflows/build.yml@version/2.0.0
88
analyze:
99
name: Analyze
10-
uses: recrafter-group/.github/.github/workflows/analyze.yml@version/1.0.0
10+
uses: recrafter-group/.github/.github/workflows/analyze.yml@version/2.0.0
1111
needs:
1212
- build
1313
test:
1414
name: Test
15-
uses: recrafter-group/.github/.github/workflows/test.yml@version/1.0.0
15+
uses: recrafter-group/.github/.github/workflows/test.yml@version/2.0.0

.jestconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
"statements": 100
2727
}
2828
},
29+
"coverageReporters": ["text", "html", "json", "json-summary"],
2930
"snapshotResolver": "<rootDir>/test/jest/snapshotResolver.ts",
3031
"snapshotSerializers": ["<rootDir>/test/jest/htmlSnapshotSerializer.ts"]
3132
}

0 commit comments

Comments
 (0)