jbarker7 / sqlcc

SQL Code Coverage - SQLCC is a code coverage tool that allows developers the ability to track which lines of code within stored procedures, functions, and triggers have been tested in SQL server by integration tests written by the developer.
BSD 4-Clause "Original" or "Old" License
26 stars 22 forks source link

Run #myTraceFile has not been completed successfully. #4

Closed ghostsquad closed 9 years ago

ghostsquad commented 11 years ago

Run #myTraceFile has not been completed successfully.

This is all that I can get to show up in default.html after starting/stopping.

Can you please add the source code for the JS files found in:

\sqlcc-master\SQLCC.Impl.HtmlCodeHighlighter\sqlcc_output.zip

several of these JS files are "minified", and I don't see those anywhere else in this repository.

GregoryOtt commented 11 years ago

Any news about this issue?

Thx

ghostsquad commented 11 years ago

This is a blocking issue. The developer was quick to respond to a previous issue I brought up, but I have been unable to keep contact.

GregoryOtt commented 11 years ago

The problem is in fact very simple. You need to call the command "generate" to fill sqlcc.js values before calling stop command. It's important that *.scrub files resides in the current execution folder.

But for now, results are wrong for me

ghostsquad commented 11 years ago

The readme needs to be updated then

jbarker7 commented 11 years ago

Please try now-- I have made a few fixes and optimizations. The biggest issue was one of our collaborators actually committed a change that required traceName as a parameter-- I changed this to optional to keep things simple.

sarunya commented 9 years ago

i still have the same issue

samratdeb commented 9 years ago

somehow its not working even for me... I am making my own :)

jbarker7 commented 9 years ago

Please let me know if this issue is still open.