From 479073e9d5e35735b12c0f774190aa467defcc0f Mon Sep 17 00:00:00 2001 From: uttam282005 Date: Sat, 10 Jan 2026 13:29:19 +0530 Subject: [PATCH 1/2] add minimum coverage for detected rule Signed-off-by: uttam282005 --- .../gpl-2.0_with_classpath-exception-2.0_or_cddl-1.1_3.RULE | 1 + 1 file changed, 1 insertion(+) diff --git a/src/licensedcode/data/rules/gpl-2.0_with_classpath-exception-2.0_or_cddl-1.1_3.RULE b/src/licensedcode/data/rules/gpl-2.0_with_classpath-exception-2.0_or_cddl-1.1_3.RULE index ae74a8eff24..675b7beed15 100644 --- a/src/licensedcode/data/rules/gpl-2.0_with_classpath-exception-2.0_or_cddl-1.1_3.RULE +++ b/src/licensedcode/data/rules/gpl-2.0_with_classpath-exception-2.0_or_cddl-1.1_3.RULE @@ -2,6 +2,7 @@ license_expression: gpl-2.0 WITH classpath-exception-2.0 OR cddl-1.1 is_license_notice: yes relevance: 100 +minimum_coverage: 80 referenced_filenames: - LICENSE.txt --- From 44361cbc4d79080e341642dd7bb415fe5673bfcb Mon Sep 17 00:00:00 2001 From: uttam282005 Date: Tue, 13 Jan 2026 19:50:22 +0530 Subject: [PATCH 2/2] chore: trigger ci Signed-off-by: uttam282005