We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c0f60d commit 0184848Copy full SHA for 0184848
README.md
@@ -43,7 +43,7 @@ The more advanced settings are documented in the [wiki](https://github.com/danie
43
44
- name: Add comment to PR # Only applicable if 'MarkdownSummaryGithub' or one of the other Markdown report types is generated
45
if: github.event_name == 'pull_request'
46
- run: gh pr comment $PR_NUMBER --body-file coveragereport/SummaryGithub.md # Adjust path and filename if necessary
+ run: gh pr comment $PR_NUMBER --edit-last --create-if-none --body-file coveragereport/SummaryGithub.md # Adjust path and filename if necessary
47
env:
48
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
49
PR_NUMBER: ${{ github.event.number }}
0 commit comments