We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0dd784a commit 84d4002Copy full SHA for 84d4002
.github/workflows/pr-comments.yml
@@ -9,7 +9,7 @@ permissions:
9
pull-requests: write
10
11
jobs:
12
- tests-and-coverage:
+ backend-tests-and-coverage:
13
runs-on: ubuntu-latest
14
15
steps:
@@ -120,12 +120,10 @@ jobs:
120
- name: Add jest coverage PR comment
121
uses: MishaKav/jest-coverage-comment@v1
122
with:
123
- coverage-summary-path: ./reports/jest/coverage-final.json
124
- title: UI Code Coverage
125
- summary-title: Jest Coverage Report
+ coverage-summary-path: ./reports/jest/coverage-summary.json
+ summary-title: UI Coverage Report
126
badge-title: Coverage
127
hide-comment: false
128
create-new-comment: false
129
hide-summary: false
130
coverage-title: Coverage Report
131
-
0 commit comments