From ceb7fbb0336f21f74d2b096cc0b418d62a1a3fe1 Mon Sep 17 00:00:00 2001 From: Gary Gregory Date: Tue, 16 Aug 2022 08:23:06 -0400 Subject: [PATCH] Add tests to increase coverage #904 --- src/changes/changes.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 0c20ea868..d0184efa8 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -92,6 +92,7 @@ The type attribute can be add,update,fix,remove. Simplify condition #925. StringUtils.join(Iterable, String) should only return null when the Iterable is null. StringUtils.join(Iterator, String) should only return null when the Iterator is null. + Add tests to increase coverage #904. Add GitHub coverage.yml. Add EnumUtils.getEnumSystemProperty(...).