File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed
Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff 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 :
Original file line number Diff line number Diff 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 :
You can’t perform that action at this time.
0 commit comments