-
Notifications
You must be signed in to change notification settings - Fork 3
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
Add coverage tooling, update test tooling and improve coverage #18
Conversation
no1seman
commented
Oct 2, 2021
- Update luatest, luacheck module versions
- Add coverage tooling
- Add Makefile
- Minor coverage Improvements
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for your patch. See my comments below.
Also commit message is empty. Please add info about your changes.
It looks relevant to lunarmodules/luacov#52, but this problem is not mentioned anywhere. |
Personally, I'm not sure that it's significant reason for making code uglier. |
Last line in multiline table considered as non-covered by luacov if it has no trailing comma. See more about the issue in luacov repo: lunarmodules/luacov#52 Based on PR #18 by @no1seman
Last line in multiline table considered as non-covered by luacov if it has no trailing comma. See more about the issue in luacov repo: lunarmodules/luacov#52 Based on PR #18 by @no1seman
I was finishing this PR as a part of this sprint tasks. You can see reworked version in #24 . Since this PR is based on branch of no1seman/graphql which I have no access to, I have opened a new PR. |
Last entries line in multiline table considered as non-covered by luacov if it has no trailing comma. See more about the issue in luacov repo: lunarmodules/luacov#52 Based on PR #18 by @no1seman
Last entries line in multiline table considered as non-covered by luacov if it has no trailing comma. See more about the issue in luacov repo: lunarmodules/luacov#52 Based on PR #18 by @no1seman
Last entries line in multiline table considered as non-covered by luacov if it has no trailing comma. See more about the issue in luacov repo: lunarmodules/luacov#52 Based on PR #18 by @no1seman
Closed by #24 |