Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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. 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.
Expand Down