mtkopone / scct

Scala Code Coverage Tool
http://mtkopone.github.com/scct/
Apache License 2.0
129 stars 39 forks source link

A report with 0% coverage is not created #36

Closed asomov closed 2 years ago

asomov commented 11 years ago

When the tests do not cover any code (if tests are just place holders), the report is not generated. The message is this:

scct: Timed out waiting for coverage report.

mtkopone commented 11 years ago

Yeah, It's a bit of a problem. Basically, if nothing calls scct, then the classes in charge of creating the report don't even get class-loaded.

Perhaps a better error-message would be enough?

asomov commented 11 years ago

Sorry for the delay. Yes, I think a proper error message would solve the problem. This error only happens in the very beginning.

asomov commented 2 years ago

too old