Open Riddhish84 opened 3 years ago
Looks like a dup of https://github.com/GoEddie/SQLCover/issues/51
I think in #51, 0 line covered for azure sql but in this scenario we have partial coverage report.
It varies if you do enough testing, most likely the same problem.
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.