openwisp / openwrt-openwisp-monitoring

OpenWRT monitoring agent for openwisp-monitoring
https://openwisp.io/docs/dev/openwrt-monitoring-agent/
GNU General Public License v3.0
23 stars 20 forks source link

[ci] Update build to use OpenWrt 23.05, Ubuntu 22, Python 3.10 #132

Closed nemesifier closed 6 months ago

nemesifier commented 6 months ago

Also show verbose output if compilation fails.

github-actions[bot] commented 6 months ago

sh-checker report

To get the full details, please check in the job output.

shellcheck errors ``` 'shellcheck ' found no issues. ```
shfmt errors ``` 'shfmt ' returned error 1 finding the following formatting issues: ---------- --- runbuild.orig +++ runbuild @@ -51,8 +51,8 @@ make -j"$CORES" toolchain/install fi -make -j"$CORES" package/openwisp-monitoring/compile || \ - make -j1 V=s package/openwisp-monitoring/compile || exit 1 +make -j"$CORES" package/openwisp-monitoring/compile \ + || make -j1 V=s package/openwisp-monitoring/compile || exit 1 mv "$BUILD_DIR/openwrt/bin/packages/$COMPILE_TARGET/openwisp_monitoring" "$VERSIONED_DIR" ---------- You can reformat the above files to meet shfmt's requirements by typing: shfmt -w filename ```
coveralls commented 6 months ago

Pull Request Test Coverage Report for Build 9024884990

Details


Totals Coverage Status
Change from base Build 9023942318: 0.0%
Covered Lines: 3206
Relevant Lines: 3215

💛 - Coveralls