cfpb / hmda-platform

The HMDA Submission backend applications.
Creative Commons Zero v1.0 Universal
103 stars 94 forks source link

Resolving issue impacting HMDA Data Publisher Implicit values and code coverage support #4777

Closed PatrickGoRaft closed 5 months ago

PatrickGoRaft commented 5 months ago

While updating the code coverage report libraries I came across the following error with HMDA-Data-Publisher within the ModifiedLarEntity query object :

could not find implicit value for parameter gen: shapeless.LabelledGeneric.Aux[A,H]

This is impacting the code coverage report from completing and updating correctly.

PatrickGoRaft commented 5 months ago

it appears this issue is contributed to intelij not acknowledging required imports and thus automatically removing them in some cases. It appeas the last iteration of this happening made it into the master branch without trigging any failures.

https://stackoverflow.com/questions/64453224/could-not-find-implicit-value-when-i-compile-the-sbt