Closed yuliswe closed 1 year ago
Agreed, should result in 1. I didnt include it in the first place to not interfere when only one project fails to codegen, will include a "exit_on_error" value in the config for each project with a default set to true? How does that sound? Also it seems like your using a older version without the new rich-click cli? any reason for that? does it not run well in your scenario?
turms 0.4.2 fixes it ;)
Thank you!
My code contains a mismatched type, where a
String!
is used when it should beNonNegativeDecimal!
. Code generation fails with the error message, butturms
exits with code 0.This causes the error to be not detectable in CI.