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
Describe the bug
I have run the Power shell for SQL coverage report for Azure DB, it shows me partial sqlunit test coverage as well and some time it is covering more or less test cases. I wrote SQL Unit Tests with SQL Server Data Tools.
To Reproduce
I have made script to run all azure test cases and to get sql cover report.
As you can see only I have test cases which executes more than 1000 statements but it covers partially.
Expected behavior
Should cover all the statements of the test cases
Additional context
I am using latest version of SQLCover i.e. 0.5.0.
I unlocked the SQLcover.dll as well.
It run all the test cases means it is trigger the statements. But not covered all of them while generating cover report.
I have also tried with CoverExe function but it gave same result for me.
I have also tried to increase timeout, but it had same results
Hi @GoEddie,
I am also facing same issue(coverage report is showing 0 line coverage and sometime showing partial coverage) with Azure SQL database and I think it's an existing issue with SQLCover for Azure Sql database. Could you please share some workaround for this issue? Thanks!
Describe the bug
I have run the Power shell for SQL coverage report for Azure DB, it shows me partial sqlunit test coverage as well and some time it is covering more or less test cases. I wrote SQL Unit Tests with SQL Server Data Tools.
To Reproduce
I have made script to run all azure test cases and to get sql cover report.
Snapshot
As you can see only I have test cases which executes more than 1000 statements but it covers partially.
Expected behavior
Should cover all the statements of the test cases
Additional context
Please @GoEddie help me to solve this issue.
The text was updated successfully, but these errors were encountered: