Recent PRs are green, but the "codecov-lua5.3" logs are not good:
Run cd "/home/runner/work/awesome/awesome/build" && make check-requires
+ cd /home/runner/work/awesome/awesome/build
+ make check-requires
Checking use of require()
depgraph not found
module 'depgraph' not found:
no field package.preload['depgraph']
no file '/usr/local/share/lua/5.3/depgraph.lua'
no file '/usr/local/share/lua/5.3/depgraph/init.lua'
no file '/usr/local/lib/lua/5.3/depgraph.lua'
no file '/usr/local/lib/lua/5.3/depgraph/init.lua'
no file '/usr/share/lua/5.3/depgraph.lua'
no file '/usr/share/lua/5.3/depgraph/init.lua'
no file './depgraph.lua'
no file './depgraph/init.lua'
no file '/usr/local/lib/lua/5.3/depgraph.so'
no file '/usr/lib/x86_64-linux-gnu/lua/5.3/depgraph.so'
no file '/usr/lib/lua/5.3/depgraph.so'
no file '/usr/local/lib/lua/5.3/loadall.so'
no file './depgraph.so'
(this error is non-fatal; we just skip its use)
Built target check-requires
- This should be a fatal error
- It needs to be fixed
Recent PRs are green, but the "codecov-lua5.3" logs are not good: