From 5298ea7111540c4de67e97d9f2f99cb495d6425a Mon Sep 17 00:00:00 2001 From: Kevin Oliveira <35852680+koliveira15@users.noreply.github.com> Date: Sun, 17 Mar 2024 16:13:20 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c83ab98..5f45a30 100644 --- a/README.md +++ b/README.md @@ -75,7 +75,7 @@ Modify the executor options based on the configuration table below. These option | ------------------ | -------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------- | | hostUrl | Yes | Sonar server URL | http://localhost:9000 | | projectKey | Yes | The project's unique key. Allowed characters are: letters, numbers, -, \_, . and :, with at least one non-digit. | | -| branch | No | The branch name | false | +| branch | No | The branch name | | | exclusions | No | Files to exclude from coverage | | | organization | No | Sonar organization | | | projectName | No | Name of the project that will be displayed on the web interface | |