massive-oss / mcover

A cross platform code coverage framework for Haxe with testing and profiling applications. Supports AVM1, AVM2, JavaScript, C++, PHP and Neko.
Other
59 stars 9 forks source link

Ignored Mockitoo-Mocks #35

Closed elronat closed 9 years ago

elronat commented 9 years ago

Hi everyone, I´ve got a little bug. We use MCover to get our CodeCoverage done and now I tried to use Mockatoo to mock and stub methods. When I write tests without Mockatoo I get the percentage of the covered code, but when I use mocks, it doesn´t. I can see inside MCover how many tests are written, to be seen by the dots, but not the percentage. Am I missing something? Looking forward to hear from you. Greetings