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: _posts/2024-08-21-adding-comments-to-pr.markdown
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -56,6 +56,8 @@ and upload the generated data as an artifact. See the snippet below for the rele
56
56
57
57
{% highlight yaml %}
58
58
{% raw %}
59
+
name: Java Test and Coverage
60
+
59
61
...
60
62
61
63
- name: Generate coverage comment
@@ -93,7 +95,7 @@ file **pr-number.txt** to know to which PR that comment should be added in the s
93
95
94
96
Now that we have a workflow to calculate the code coverage of the PR and generate a comment that we would like to add to it,
95
97
we just need a [workflow](https://github.com/eclipse-uprotocol/up-java/blob/main/.github/workflows/coverage-comment-pr.yml) that gets triggered
96
-
when the first workflow is completed:
98
+
when the first workflow (filtered by its name) is completed:
0 commit comments