Skip to content

Commit 4688c53

Browse files
authored
delete code-coverage-comment.yml (#5239)
1 parent 276d8bb commit 4688c53

File tree

2 files changed

+0
-41
lines changed

2 files changed

+0
-41
lines changed

.github/workflows/code-coverage-comment.yml

Lines changed: 0 additions & 36 deletions
This file was deleted.

.github/workflows/test.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -179,11 +179,6 @@ jobs:
179179
[ "${{ needs.test_win.result }}" == "success" ] && \
180180
[ "${{ needs.motion_tests.result }}" == "success" ]
181181
182-
# Now that RDK is public, can't directly comment without token having full read/write access
183-
# code-coverage-comment.yml will trigger seperately and post the actual comments
184-
- name: Prepare code comment
185-
run: echo "PR_NUMBER=${{ github.event.pull_request.number }}" >> pr.env
186-
187182
- name: Mark appimage label
188183
if: contains(github.event.pull_request.labels.*.name, 'appimage') || contains(github.event.pull_request.labels.*.name, 'appimage-ignore-tests')
189184
run: echo "APPIMAGE=true" >> pr.env

0 commit comments

Comments
 (0)