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 50fd116 commit c15ff9eCopy full SHA for c15ff9e
.github/workflows/test-coverage.yml
@@ -1,7 +1,7 @@
1
name: Test Coverage Report
2
3
on:
4
- pull_request:
+ pull_request_target:
5
branches:
6
- main
7
paths:
@@ -10,14 +10,10 @@ on:
10
jobs:
11
test-coverage:
12
runs-on: ubuntu-latest
13
- permissions:
14
- checks: write
15
- pull-requests: write
16
- contents: read
17
18
steps:
19
- name: Checkout code
20
- uses: actions/checkout@v4
+ uses: actions/checkout@v3
21
with:
22
ref: ${{ github.event.pull_request.head.sha }}
23
@@ -40,5 +36,6 @@ jobs:
40
36
uses: ArtiomTr/jest-coverage-report-action@v2
41
37
if: always()
42
38
39
+ github-token: ${{ secrets.SECRET_TOKEN }}
43
coverage-file: ./report.json
44
base-coverage-file: ./report.json
0 commit comments