-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Missing unit tests #24
Comments
…threshold check pending cequence-io#24" This reverts commit 6420245.
The CI pipeline was configured with a coverage threhsold of 75%, but currently the coverage is less than 5%, so have disabled the coverage threshold check in #33 until more unit tests are available. |
@peterbanda Just noticed recent commit removing mockito. It looks like there is no mocking framework that supports Scala 3, so the unit tests will have to be rewritten with hand-implemented mock classes: https://stackoverflow.com/questions/73082318/how-do-i-mock-classes-with-scala-3-2-scalatest-3-2-and-java-18 |
Hey @phelps-sg , I've completely overlooked your comments. My apologies. I replaced the Mockito library with |
No description provided.
The text was updated successfully, but these errors were encountered: