Not sure what is regression tests coverage. Personally I avoid upgradeing espruino as much as possible to avoid new issues not seen earlier (introduced due to refactoring or implementing new features). At this level of complexity of code the regression tests are very important.
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
Not sure what is regression tests coverage. Personally I avoid upgradeing espruino as much as possible to avoid new issues not seen earlier (introduced due to refactoring or implementing new features). At this level of complexity of code the regression tests are very important.