Navya Phutane
Navya Phutane

Reputation: 25

Code coverage tool for tSQLt

I am trying to test the code coverage for tSQLt.

I found a tool, SQL Cover, on the "DLM Automation Suite" site. There are some procedures which are encrypted in the database, so it throws an exception. Is it a limitation of that tool or is there an alternative way to test the code coverage of tSQLt test cases?

Upvotes: 1

Views: 768

Answers (1)

Ed Elliott
Ed Elliott

Reputation: 6856

I pushed a fix to SQLCover yesterday to skip over encrypted procs rather than crashing:

You won't get code coverage for encrypted procedures but there is now a "Warnings" property on the results showing any encrypted procs we skipped.

Ed

Upvotes: 6

Related Questions