We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi Team,
I have a stored procedure which creates a table variable with a clustered index.
SQLCover doesn't give the code coverage for it. Please suggest how to cover that statement.
Please refer the screenshot below
Thanks. Surbhi Jain
The text was updated successfully, but these errors were encountered:
hmmm, this should be ignored as I make declare statments as not coverable statement.
leave it with me and i'll put in a fix for it.
Sorry, something went wrong.
Hi,
I can't reproduce this, can you test with 0.5.0 and see if it still happens?
https://github.com/GoEddie/SQLCover/releases/tag/0.5.0
If it does can you re-open and give me an example of a procedure that causes it?
thanks
No branches or pull requests
Hi Team,
I have a stored procedure which creates a table variable with a clustered index.
SQLCover doesn't give the code coverage for it. Please suggest how to cover that statement.
Please refer the screenshot below
Thanks.
Surbhi Jain
The text was updated successfully, but these errors were encountered: