From ab8e517342d991445784f8794cb0281a717fc4dc Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 13 Jan 2026 18:47:09 +0000 Subject: [PATCH 1/2] Initial plan From 634426a3dce22803360821720d64549a8598ab6e Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 13 Jan 2026 18:50:36 +0000 Subject: [PATCH 2/2] Remove trailing whitespace from line 87 Co-authored-by: gundersen-lumn <85637090+gundersen-lumn@users.noreply.github.com> --- .github/ISSUE_TEMPLATE/improve-test-coverage-java.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/improve-test-coverage-java.yml b/.github/ISSUE_TEMPLATE/improve-test-coverage-java.yml index c2a16cf..5a96efe 100644 --- a/.github/ISSUE_TEMPLATE/improve-test-coverage-java.yml +++ b/.github/ISSUE_TEMPLATE/improve-test-coverage-java.yml @@ -84,7 +84,7 @@ body: value: | - Do not perform synthetic testing or smoke tests. - Do not use introspection or other tricks to inflate code coverage without valid unit tests. - - Do not create tests solely to increase test coverage alone without asserting expectations. + - Do not create tests solely to increase test coverage alone without asserting expectations. validations: required: true