Run modules installed via lux #1315
Replies: 1 comment
-
|
Hey 👋 I've opened an issue for what you're asking for: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey,
I'm a little confused. so I've been running
lx test -- --coverageand that's been working great. I can see it generate theluacov.stats.outand then I can runluacovwhich then generates me the report. this is working because in my nix dev shell I've got(luajit.withPackages (ps: with ps; [ luacov ]))which installs it so it's accessible globally.but lux installs this into .lux already is there a way to run stuff out of these dirs? such as
test_dependaciese.g if I also wanted to install something like https://github.com/daurnimator/luacov-reporter-lcov or https://github.com/spacewander/luacov-console as test deps, would I be able to run this via some lux command I just cant find?
Beta Was this translation helpful? Give feedback.
All reactions