File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed 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:
97
99
98
100
{% highlight yaml %}
99
101
{% raw %}
You can’t perform that action at this time.
0 commit comments