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
{{ message }}
This repository has been archived by the owner on Apr 12, 2024. It is now read-only.
Is your feature request related to a problem? Please describe.
currently we do unit tests for each module, we should add coverage such that we will be knowing that how much code has been covered by the test cases.
it will eventually improve our code quality and eventually it will avoid any regressions in long run.
Describe the solution you'd like
coverage is a good library to be used
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
coverage library has been used to gauge unittest coverage
current test coverage for bridgeql code is 87%
you can just check it with 'make test' command with every change
ref #39
Signed-off-by: Piyus Kumar <piyusk@vmware.com>
coverage library has been used to gauge unittest coverage
current test coverage for bridgeql code is 87%
you can just check it with 'make test' command with every change
ref #39
Signed-off-by: Piyus Kumar <piyusk@vmware.com>
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Is your feature request related to a problem? Please describe.
currently we do unit tests for each module, we should add coverage such that we will be knowing that how much code has been covered by the test cases.
it will eventually improve our code quality and eventually it will avoid any regressions in long run.
Describe the solution you'd like
coverage is a good library to be used
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: