Closed jsavell closed 3 years ago
Changes Missing Coverage | Covered Lines | Changed/Added Lines | % | ||
---|---|---|---|---|---|
service/src/main/java/edu/tamu/catalog/service/FolioCatalogService.java | 0 | 88 | 0.0% | ||
<!-- | Total: | 1 | 89 | 1.12% | --> |
Files with Coverage Reduction | New Missed Lines | % | ||
---|---|---|---|---|
service/src/main/java/edu/tamu/catalog/service/FolioCatalogService.java | 3 | 61.81% | ||
<!-- | Total: | 3 | --> |
Totals | |
---|---|
Change from base Build 832878127: | -4.2% |
Covered Lines: | 728 |
Relevant Lines: | 1156 |
This PR adds Okapi integration to the existing Edge integration and adjusts the Marc processing in FolioCatalogService to generate a more complete HoldingsRecord.
It also unifies the Lombok generated all argument constructor and the class constructor to avoid parameter/property order issues.