zgosalvez / github-actions-report-lcov

A Github Action to report the code coverage from LCOV files
https://github.com/marketplace/actions/report-lcov
MIT License
63 stars 46 forks source link

No comment appearing in PR #220

Open yoiang opened 4 months ago

yoiang commented 4 months ago

Hello! Thank you for a wonderful GitHub Action, we've just started using it and I appreciate it!

We just ran into a situation where no comment appears in a PR, the steps that occurred:

  1. PR created, test run but failed so github-actions-report-lcov never run
  2. Manual workflow_dispatch GitHub Action triggered from GitHub, this action includes committing to the branch and thus the PR
  3. Code updated and pushed, causing test to run with fixed code and github-actions-report-lcov to run successfully
  4. No comment

Let me know if there is anything else I can clarify!