Skip to content

Commit

Permalink
gnbe
Browse files Browse the repository at this point in the history
  • Loading branch information
hugsy committed Dec 16, 2023
1 parent d8ffff8 commit 7f2ab07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,10 @@ jobs:
const docs_changes = ${{ steps.get_coverage.outputs.include_docs }};
const forbiddenWordsString = process.env.WORDS_FOUND || '';
const forbidden_words = forbiddenWordsString.split(" ").filter(word => word.trim() !== '');
const comment = `## 🤖 Coverage Update for `${process.env.COMMIT}`
const comment = `## 🤖 Coverage Update for ${process.env.COMMIT}
* Commit: ${process.env.COMMIT}
* Diff Commit: `${{ github.event.pull_request.base.sha }}..${{ github.event.pull_request.head.sha }}`
* Diff Commit: ${{ github.event.pull_request.base.sha }}..${{ github.event.pull_request.head.sha }}
* Current Coverage: ${process.env.SCORE_OLD}%
* New Coverage: ${process.env.SCORE_NEW}%
* Diff Score: ${process.env.SCORE_DIFF}
Expand Down

0 comments on commit 7f2ab07

Please sign in to comment.