kaocha

donavan 2021-11-03T13:31:47.007500Z

We’ve just hit an issue where our build has been reporting success though we had a syntax error in source. I found this https://github.com/lambdaisland/kaocha/issues/211#issuecomment-835027790 is there a preferred solution to failing the build when “no tests are found”?

donavan 2021-11-03T13:33:47.007700Z

Going to give this solution a try https://github.com/lambdaisland/kaocha/issues/211#issuecomment-803995060

lread 2021-11-03T16:03:21.008Z

So @donavan, are you saying https://github.com/lambdaisland/kaocha/issues/208 is still occurring with current kaocha release? Or were you using an older kaocha release?

donavan 2021-11-03T16:25:41.008400Z

Oh right, it may be that our version is too old. I was looking at #211 which is still open

donavan 2021-11-03T16:26:03.008600Z

I’ll try bump kaocha and see if the behaviour is different

donavan 2021-11-03T16:29:58.008800Z

@lee sorry, it turns out bumping kaocha has the behaviour of failing if there are exceptions. I confused myself by looking at #211 thinking it was still an open issue.

👍🏻 1
lread 2021-11-03T16:31:48.009Z

No problemo! Thanks for following up!