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
Demo: S-S-X/metatool#100 (comment)
Can be added to README.md but inclusion to action depends on #1 (actions in actions)
- uses: RubbaBoy/[email protected] if: success() && github.event_name == 'push' && github.ref == 'refs/heads/master' with: NAME: "${{ steps.mineunit-sharetool.outputs.badge-name }}" LABEL: "${{ steps.mineunit-sharetool.outputs.badge-label }}" STATUS: "${{ steps.mineunit-sharetool.outputs.badge-status }}" COLOR: "${{ steps.mineunit-sharetool.outputs.badge-color }}" GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - if: success() && github.event_name == 'pull_request' uses: KeisukeYamashita/create-comment@v1 with: check-only-first-line: true comment: | <details><summary><i>Click for detailed source code test coverage report</i></summary> ### Test coverage report for Metatool API sources: ``` File Hits Missed Coverage ----------------------------------------------------- ${{ steps.mineunit-metatool.outputs.mineunit-report }} ``` ### Test coverage report for Containertool sources: ``` File Hits Missed Coverage ----------------------------------------------------- ${{ steps.mineunit-containertool.outputs.mineunit-report }} ``` ### Test coverage report for Sharetool sources: ``` File Hits Missed Coverage ----------------------------------------------------- ${{ steps.mineunit-sharetool.outputs.mineunit-report }} ``` </details>
The text was updated successfully, but these errors were encountered:
Badge updating and Camo proxy purging done and tested in badger branch.
Sorry, something went wrong.
Added coverage/error reporting demo / test setup for technic @ mt-mods/technic#160
No branches or pull requests
Demo: S-S-X/metatool#100 (comment)
Can be added to README.md but inclusion to action depends on #1 (actions in actions)
The text was updated successfully, but these errors were encountered: