From 03dec472c1c74b63427fb86763cbe288343f5eb8 Mon Sep 17 00:00:00 2001 From: JWM Date: Mon, 25 Nov 2024 17:35:25 +0100 Subject: [PATCH] Revert "Delete min/max from coverity since they are seen as "classifications"" This reverts commit dbff44b6200f793ba03f0337f4dd00f38f7e77f7. --- tests/test_in/config_cq_description_format.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tests/test_in/config_cq_description_format.json b/tests/test_in/config_cq_description_format.json index 40cc4fcc..d27cdcfe 100644 --- a/tests/test_in/config_cq_description_format.json +++ b/tests/test_in/config_cq_description_format.json @@ -21,7 +21,9 @@ "max": 0 }, "coverity": { - "enabled": true + "enabled": true, + "min": 0, + "max": 0 }, "robot": { "enabled": false