From 7f6054d46b3f896d749f43020168fae550a8c48e Mon Sep 17 00:00:00 2001 From: Gaia Beatrice Date: Sun, 8 Jun 2025 19:20:16 -0600 Subject: [PATCH 1/2] Improve `junit_folder` instructions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2fb5240..4c970ce 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ jobs: - `file`: (Required) A json file containing code coverage results. -- `junit_folder`: (Optional) A folder containing JUnit XML files. +- `junit_folder`: (Optional) A folder containing JUnit XML files. Make sure the name of each file reflects the name of the test suite, so different test suite runs can be grouped under the same test suite. - `devhub_api_key`: (Required) You will need to create an API key in the settings of your installed app and save it as a secret in GitHub Actions settings. From aa568e02bf6d60215db29cf9f421a82b5e8ab527 Mon Sep 17 00:00:00 2001 From: Gaia Beatrice Date: Sun, 8 Jun 2025 19:21:15 -0600 Subject: [PATCH 2/2] better wording --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4c970ce..ae76091 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ jobs: - `file`: (Required) A json file containing code coverage results. -- `junit_folder`: (Optional) A folder containing JUnit XML files. Make sure the name of each file reflects the name of the test suite, so different test suite runs can be grouped under the same test suite. +- `junit_folder`: (Optional) A folder containing JUnit XML files. Make sure the name of each file reflects the name of the test suite. In this way, different test suite runs can be grouped under the same test suite. - `devhub_api_key`: (Required) You will need to create an API key in the settings of your installed app and save it as a secret in GitHub Actions settings.