Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test coverage, missing usage hints with tests or documentation #248

Open
matu3ba opened this issue Oct 3, 2021 · 3 comments
Open

test coverage, missing usage hints with tests or documentation #248

matu3ba opened this issue Oct 3, 2021 · 3 comments

Comments

@matu3ba
Copy link
Contributor

matu3ba commented Oct 3, 2021

As of now there is no test coverage, ie with luacov.

Further I noticed the following files have no test coverage and neither documentation in the README:

  1. benchmark
  2. bit
  3. fun, functional and operators
  4. debug_utils
  5. log
  6. debug_utils
  7. reload
@Conni2461
Copy link
Collaborator

I wanted to set it up some time ago: #71 (comment)

We could add actual support for plenary.busted. To make the setup for other plugin devs easier.
Thinking about it

@Conni2461
Copy link
Collaborator

Also i dont think we need to mention every module in the README. We should setup tree-sitter-lua docgen for plenary as well and just generate vimdoc.

Btw bit just exists because it doesnt exist in lua5.1

-- Shortcircuit to returning bit if it already exists
if bit then return bit end

@EricDriussi
Copy link

EricDriussi commented Jul 14, 2023

I'm a plugin author and would love to get a test coverage report on my plugins but had no luck using lcov (not really a lua programmer TBH).
Is there a quick and dirty way to get this information with or without plenary? Given how long its been I'm guessing this won't really get implemented 😢

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants