We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello,
It would be nice to add an example of how to post the code cov summary in a PR comment:
Example:
- name: Add comment to PR if: github.event_name == 'pull_request' run: gh pr comment $PR_NUMBER --body-file ./TestResults/Summary.md env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} PR_NUMBER: ${{ github.event.number }}
The text was updated successfully, but these errors were encountered:
#19: Added documentation how to publish Markdown results in GitHub
8c48805
Thanks for your hint. I have updated the Readme.
Sorry, something went wrong.
No branches or pull requests
Hello,
It would be nice to add an example of how to post the code cov summary in a PR comment:
Example:
The text was updated successfully, but these errors were encountered: