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

The require statements are not being covered #111

Open
uniqhemant opened this issue Feb 9, 2024 · 0 comments
Open

The require statements are not being covered #111

uniqhemant opened this issue Feb 9, 2024 · 0 comments

Comments

@uniqhemant
Copy link

uniqhemant commented Feb 9, 2024

The require statements written in a lua module are not shown as covered. Example below -
local inventory = {}
local error_handler = require "error_handler"
local logger = require "utils.logger"

The functions defined in the same lua module are correctly being reported Covered.

Either those should not be considered for coverage at all or it should be shown as covered.

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

No branches or pull requests

1 participant