Mark Shiryaev
Mark Shiryaev
Thanks for the response. > We could follow the idea of NamedParameter of expanding the SQL using the first bindings and raising an exception later on if the expanded parameter...
> @MarkMarkyMarkus is it possible to obtain these reports as part of the GitHub Action we are currently running? Yes, it can be found in artifacts. But downloading _reports-*-latest.zip_ from...
> IIRC ./gradlew build already generates the reports. No, Kover reports are not generated by the `build` task. I tested the integration with CodeCov: Looks strange, I think it's related...
I think the previous steps failed due to Gradle crashing while running the tests. It looks like the tests require a lot of resources that the Github runner can't provide...
Yes, I will take a look.