diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml
index 1d7ca89..48ec647 100644
--- a/.github/workflows/pull-request.yml
+++ b/.github/workflows/pull-request.yml
@@ -105,7 +105,8 @@ jobs:
.split('
")[0]
- .replaceAll(/]*>([^<]*)<\/a>/g, "$1");
+ .replaceAll(/]*>([^<]*)<\/a>/g, "$1")
+ .replaceAll(/]*class="pic high"[^>]*>[^<]*<\/td>/g, "");
const commentBody = `
## PR Checks Complete
@@ -114,7 +115,7 @@ jobs:
${passedSteps.length > 0 ? `${passedStepsDetails}` : ''}
- 📈 - Code Coverage Report
+ 📈 - Code Coverage:
|