Skip to content

Commit 654c7a2

Browse files
committed
MESH-2092 Update coverage action
1 parent 2e1f20c commit 654c7a2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/merge-develop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050

5151
- name: code coverage report
5252
if: ${{ github.event_name == 'pull_request' }}
53-
uses: orgoro/coverage@32a2af98e56f47d958cf4c64b1f5e02161f2853e
53+
uses: orgoro/coverage@c65003f41276ea33fe3a3a5d53df8b340462e8fa
5454
with:
5555
coverageFile: reports/coverage.xml
5656
token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ jobs:
130130

131131
- name: code coverage report
132132
if: ${{ github.event_name == 'pull_request' }}
133-
uses: orgoro/coverage@32a2af98e56f47d958cf4c64b1f5e02161f2853e
133+
uses: orgoro/coverage@c65003f41276ea33fe3a3a5d53df8b340462e8fa
134134
with:
135135
coverageFile: reports/coverage.xml
136136
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)