markbates / cover_me

An RCov-esque coverage tool for Ruby 1.9
http://www.metabates.com
MIT License
203 stars 18 forks source link

No coverage results when path contains whitespace #32

Closed leifbladt closed 13 years ago

leifbladt commented 13 years ago

When the path of the project contains whitespace, the resulting output says 0% coverage, though the coverage.data file was written correctly.

This happens both with the HtmlFormatter and the EmmaFormatter.

leifbladt commented 13 years ago

Closed with markbates/cover_me#33.