From a44a11ced21875a12593ac5ad572215212880c6a Mon Sep 17 00:00:00 2001 From: Shane Wright Date: Fri, 1 May 2026 11:06:02 -0400 Subject: [PATCH 1/2] excellent changes --- src/main/java/HelloWorld.java | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/main/java/HelloWorld.java b/src/main/java/HelloWorld.java index 410b735..e11c937 100644 --- a/src/main/java/HelloWorld.java +++ b/src/main/java/HelloWorld.java @@ -5,4 +5,14 @@ public static void main(String[] args) { catch (Exception e) { System.out.println("Something went wrong."); } System.out.println("Hello World!"); } + public static int badidea() { + int a = 1; + int b = 0; + int c = a/b; + + for (int i=0; i Date: Fri, 1 May 2026 11:24:44 -0400 Subject: [PATCH 2/2] Update cov-workflow.yml embiggen the impact level --- .github/workflows/cov-workflow.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cov-workflow.yml b/.github/workflows/cov-workflow.yml index 0ad4377..89053bc 100644 --- a/.github/workflows/cov-workflow.yml +++ b/.github/workflows/cov-workflow.yml @@ -40,7 +40,7 @@ jobs: ## Use the parameter below to add comments for issues filtered ## by impact. Default is High if unset ## NOTE: Issues matching coverity_policy_view are ignored if set - # coverity_prComment_impacts: 'High,Medium,Low,Audit' + coverity_prComment_impacts: 'High,Medium,Low,Audit' github_token: ${{ secrets.GITHUB_TOKEN }} # Required when PR comments is enabled ### Mark build status if policy violating issues are found