Skip to content

Commit ca3f8e7

Browse files
[FSSDK-10437] jest coverage report job addition
1 parent 5daff74 commit ca3f8e7

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/react.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,14 @@ jobs:
2424
run: yarn install
2525
- name: Run tests
2626
run: yarn test
27+
28+
coverage:
29+
runs-on: ubuntu-latest
30+
steps:
31+
- uses: actions/checkout@v3
32+
- uses: ArtiomTr/jest-coverage-report-action@v2
33+
with:
34+
custom-title: 'Code Coverage Report'
2735

2836
integration_tests:
2937
name: Run integration tests

0 commit comments

Comments
 (0)