From 775c9000890daeecc044b4ab73003668b0ad208a Mon Sep 17 00:00:00 2001 From: Ray Xu Date: Sat, 6 Apr 2024 16:51:54 -0700 Subject: [PATCH] Update README.md and Actions file --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c564c00..2164279 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ This [Github Action](https://github.com/features/actions) displays test results from popular testing frameworks directly in GitHub. -✔️ Parses test results in XML or JSON format and creates nice report as Github Check Run +✔️ Parses test results in XML or JSON format and creates nice report as GitHub Check Run or GitHub Actions job summaries ✔️ Annotates code where it failed based on message and stack trace captured during test execution @@ -150,9 +150,13 @@ jobs: only-summary: 'false' # Allows you to generate reports for Actions Summary - # https://github.com/orgs/github/teams/engineering/discussions/871 + # https://github.blog/2022-05-09-supercharging-github-actions-with-job-summaries/ use-actions-summary: 'true' + # Customize the title of badges shown for each Actions Summary. + # Useful when distinguish summaries for tests ran in multiple Actions steps. + badge-title: 'tests' + # Limits which test suites are listed: # all # failed