Skip to content

Commit 35b14a8

Browse files
[FSSDK-10437] job name and title adjustment
1 parent 29f939a commit 35b14a8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/react.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,13 @@ jobs:
2626
run: yarn test
2727

2828
coverage:
29+
name: Jest Coverage Report
2930
runs-on: ubuntu-latest
3031
steps:
3132
- uses: actions/checkout@v3
3233
- uses: ArtiomTr/jest-coverage-report-action@v2
3334
with:
34-
custom-title: 'Code Coverage Report'
35+
custom-title: 'Jest Coverage Report'
3536

3637
integration_tests:
3738
name: Run integration tests

0 commit comments

Comments
 (0)