Skip to content

Commit cb3a9fd

Browse files
committed
WIP
1 parent 4cc0b9e commit cb3a9fd

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.github/workflows/pr-display-backend-coverage.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,17 @@ jobs:
3737
runs-on: ubuntu-latest
3838
needs: [acquire-pr-number]
3939
permissions:
40+
actions: read
4041
pull-requests: write
4142
steps:
4243
- name: Download coverage reports
4344
uses: actions/download-artifact@v4
4445
with:
4546
name: backend-coverage
4647
path: coverage/
48+
github-token: ${{ github.token }}
49+
run-id: ${{ github.event.workflow_run.id }}
50+
4751
- name: Display coverage reports
4852
uses: MishaKav/pytest-coverage-comment@main
4953
with:

.github/workflows/pr-display-frontend-coverage.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,17 @@ jobs:
3737
runs-on: ubuntu-latest
3838
needs: [acquire-pr-number]
3939
permissions:
40+
actions: read
4041
pull-requests: write
4142
steps:
4243
- name: Download coverage reports
4344
uses: actions/download-artifact@v4
4445
with:
4546
name: frontend-coverage
4647
path: coverage/
48+
github-token: ${{ github.token }}
49+
run-id: ${{ github.event.workflow_run.id }}
50+
4751
- name: Display coverage reports
4852
uses: davelosert/vitest-coverage-report-action@v2
4953
with:

0 commit comments

Comments
 (0)