Code review changes

Signed-off-by: Pratik Mankawde <3397372+pratikmankawde@users.noreply.github.com>
This commit is contained in:
Pratik Mankawde
2025-12-19 17:59:12 +00:00
parent 738aa9482e
commit 5e41e060a8
3 changed files with 6 additions and 2 deletions

View File

@@ -209,7 +209,7 @@ def generate_strategy_matrix(all: bool, config: Config) -> list:
):
continue
# Enable code coverage for Debian Bookworm using GCC 14 in Debug and no
# Enable code coverage for Debian Bookworm using GCC 15 in Debug and no
# Unity on linux/amd64
if (
f"{os['compiler_name']}-{os['compiler_version']}" == "gcc-15"
@@ -282,6 +282,7 @@ def generate_strategy_matrix(all: bool, config: Config) -> list:
"build_type": build_type,
"os": os,
"architecture": architecture,
"sanitizers": "",
}
)