Closed dljsjr closed 2 weeks ago
Invitation URL: https://bestow-regional.api.smartthings.com/invite/WnlLL3ZZEzlK
64 files 396 suites 0s :stopwatch: 1 938 tests 1 938 :white_check_mark: 0 :zzz: 0 :x: 3 362 runs 3 362 :white_check_mark: 0 :zzz: 0 :x:
Results for commit c4e4ad04.
File | Coverage | |
---|---|---|
All files | 79% |
:x: |
/home/runner/work/SmartThingsEdgeDrivers/SmartThingsEdgeDrivers/drivers/SmartThings/matter-evse/src/embedded_cluster_utils.lua | 78% |
:x: |
/home/runner/work/SmartThingsEdgeDrivers/SmartThingsEdgeDrivers/drivers/SmartThings/matter-evse/src/init.lua | 79% |
:x: |
Minimum allowed coverage is 90%
Generated by :monkey: cobertura-action against c4e4ad04ce9c5d774d2ad428a81586995498eb79
The version of
luacov-cobertura
on Luarocks is no longer available ongithub
, and the rockspec we're downloading uses the GitHub source URL in its source definition, so we're failing to acquire it.There's an alternative rockspec for this package, that's even recommended by the README of
luacov
, but it's not on Luarocks. So we acquire it from its release tag on GitHub.The
sed
one-liners are because the rockspec from the tag reference the artifact frommaster
instead of the artifact from the tag itself, and the version number wasn't properly incremented.This will need to be hotfixed to Beta and Prod once we're happy with it