Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Post coverage comment#3721

Post coverage comment

Post coverage comment #3721

Workflow file for this run

name:Post coverage comment
on:
workflow_run:
workflows:["CI"]
types:
-completed
jobs:
post-coverage-comment:
name:Push coverage comment
runs-on:ubuntu-latest
if:github.event.workflow_run.event == 'pull_request' && github.event.workflow_run.conclusion == 'success'
permissions:
pull-requests:write
contents:write
actions:read
steps:
# DO NOT run actions/checkout here, for security reasons
# For details, refer to https://securitylab.github.com/research/github-actions-preventing-pwn-requests/
-name:Post comment
uses:py-cov-action/python-coverage-comment-action@v3
with:
GITHUB_TOKEN:${{ secrets.GITHUB_TOKEN }}
GITHUB_PR_RUN_ID:${{ github.event.workflow_run.id }}

[8]ページ先頭

©2009-2025 Movatter.jp