Skip to content

Post Coverage Commit #32

Post Coverage Commit

Post Coverage Commit #32

Workflow file for this run

name: Post Coverage Commit
on:
workflow_run:
workflows: ["Pytest"]
types:
- completed
jobs:
coverage:
runs-on: ubuntu-latest
if: github.event.workflow_run.event == "pull_request" && github.event.workflow_run.conclusion == "success"

Check failure on line 13 in .github/workflows/coverage.yaml

View workflow run for this annotation

GitHub Actions / Post Coverage Commit

Invalid workflow file

The workflow is not valid. .github/workflows/coverage.yaml (Line: 13, Col: 9): Unexpected symbol: '"pull_request"'. Located at position 36 within expression: github.event.workflow_run.event == "pull_request" && github.event.workflow_run.conclusion == "success"
permissions:
pull-requests: write
contents: write
actions: read
steps:
- name: Python Coverage Comment
uses: py-cov-action/python-coverage-comment-action@b2eb38dd175bf053189b35f738f9207278b00925
with:
GITHUB_TOKEN: ${{ github.token }}
GITHUB_PR_RUN_ID: ${{ github.event.workflow_run.id }}