You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -42,7 +42,7 @@ jobs:
42
42
- uses: actions/checkout@v4
43
43
#Step to generate coverage file
44
44
- name: Generate Coverage Report
45
-
uses: clearlyip/code-coverage-report-action@v3
45
+
uses: clearlyip/code-coverage-report-action@v4
46
46
id: code_coverage_report_action
47
47
#Dont run for dependabot unless you fix PR comment permissions
48
48
if: ${{ github.actor != 'dependabot[bot]'}}
@@ -77,7 +77,7 @@ jobs:
77
77
steps:
78
78
- uses: actions/checkout@v4
79
79
#Step to generate coverage file
80
-
- uses: clearlyip/code-coverage-report-action@v3
80
+
- uses: clearlyip/code-coverage-report-action@v4
81
81
with:
82
82
#Location of the generated coverage file
83
83
filename: 'coverage/clover.xml'
@@ -159,7 +159,7 @@ jobs:
159
159
steps:
160
160
- uses: actions/checkout@v4
161
161
#Step to generate coverage file
162
-
- uses: clearlyip/code-coverage-report-action@v3
162
+
- uses: clearlyip/code-coverage-report-action@v4
163
163
with:
164
164
#Location of the generated coverage file
165
165
filename: 'coverage/clover.xml'
@@ -168,7 +168,7 @@ jobs:
168
168
After this is done you will need to modify any job that uses this action to reference itself and additionally the `cron` workflow above by name using `artifact_download_workflow_names`:
0 commit comments