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
With the Snacks profiler being able to track the caller location for functions and scripts, would it be possible to expand it to be able to generate a code coverage report (percentage and line numbers of source code covered by tests)? For vanilla Vimscript, there's covimerage, but for Neovim Lua, we don't have a coverage report tool.
This can be helpful for CI as well, because plugin authors can see whether a new patch is tested or not (via something like codecov.io).
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
With the Snacks profiler being able to track the caller location for functions and scripts, would it be possible to expand it to be able to generate a code coverage report (percentage and line numbers of source code covered by tests)? For vanilla Vimscript, there's covimerage, but for Neovim Lua, we don't have a coverage report tool.
This can be helpful for CI as well, because plugin authors can see whether a new patch is tested or not (via something like codecov.io).
Beta Was this translation helpful? Give feedback.
All reactions