added Jacoco and improved test coverage

This commit is contained in:
2023-11-07 16:24:59 +08:00
parent 16d2bffde6
commit 6a81b48666
28 changed files with 1388 additions and 318 deletions

View File

@@ -1,5 +1,6 @@
plugins {
id 'java-library'
id 'jacoco'
alias(catalog.plugins.lombok)
id 'maven-publish'
}