Open elenadimitrova opened 4 years ago
Thank you for the issue. We are going to investigate it.
Investigating a bit more it appears you are not throwing an error on compilation errors but just putting the error on the stack and rejecting the compilation promise.
Thank you. I will investigate it as well and fix it in the next releases.
Unfortunately due to this we managed to merge some changes that broke our development branch https://circleci.com/gh/argentlabs/argent-contracts/1238 :(
etherlime compile
andetherlime deploy
seem to be "hiding" errors causing CI service to think failing steps have passed. Sample green builds below forBad
etherlime compile
- see step "Compiling contracts" https://circleci.com/gh/argentlabs/argent-contracts/77Bad
etherlime deploy
- see step "Testing deployment scripts" and search forYour deployment script finished with failure!
https://circleci.com/gh/argentlabs/argent-contracts/78EDIT: This is not the case with
etherlime test
which does fail correctly, example build https://circleci.com/gh/argentlabs/argent-contracts/56EDIT: I just came upon an example where even
etherlime test
reports a false positive https://circleci.com/gh/argentlabs/argent-contracts/97