We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f25fca6 commit 97272aeCopy full SHA for 97272ae
.github/workflows/post-coverage-comment.yml
@@ -12,6 +12,11 @@
12
# See the License for the specific language governing permissions and
13
# limitations under the License.
14
15
+# This workflow is independent as it requires write permissions, which GitHub blocks
16
+# on forks for security reasons. Thus, in order to be able to post comments with
17
+# code coverage details on PRs, we run a separate workflow in the context of the
18
+# base repository after any PR build workflow completes, relying on files uploaded
19
+# by the PR's build.
20
name: Post Coverage Comment
21
22
on:
0 commit comments