Skip to content

Commit 842a042

Browse files
committed
Add a task in workflow
Hopefully, it will post a Coverage stat on the MR comment
1 parent 354b685 commit 842a042

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/build-test-coverage.yml

+7
Original file line numberDiff line numberDiff line change
@@ -47,3 +47,10 @@ jobs:
4747
indicators: true
4848
output: both
4949
thresholds: '60 80'
50+
51+
- name: Add Coverage PR Comment
52+
uses: marocchino/sticky-pull-request-comment@v2
53+
if: github.event_name == 'pull_request'
54+
with:
55+
recreate: true
56+
path: code-coverage-results.md

0 commit comments

Comments
 (0)