You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In a project we run everything using cmake: luacov, luacheck, luatest.
Running same tools directly in CI duplicates code a bit
and increases the likelihood of error in passed options.
These are a reasons why I switched it to using cmake.
0 commit comments