Skip to content

Commit 84d4002

Browse files
committed
[ci] Rename job for clarity and update jest coverage comment configuration
1 parent 0dd784a commit 84d4002

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/pr-comments.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ permissions:
99
pull-requests: write
1010

1111
jobs:
12-
tests-and-coverage:
12+
backend-tests-and-coverage:
1313
runs-on: ubuntu-latest
1414

1515
steps:
@@ -120,12 +120,10 @@ jobs:
120120
- name: Add jest coverage PR comment
121121
uses: MishaKav/jest-coverage-comment@v1
122122
with:
123-
coverage-summary-path: ./reports/jest/coverage-final.json
124-
title: UI Code Coverage
125-
summary-title: Jest Coverage Report
123+
coverage-summary-path: ./reports/jest/coverage-summary.json
124+
summary-title: UI Coverage Report
126125
badge-title: Coverage
127126
hide-comment: false
128127
create-new-comment: false
129128
hide-summary: false
130129
coverage-title: Coverage Report
131-

0 commit comments

Comments
 (0)