markbates/cover_me

Coverage counting RDoc header lines

Closed this issue · 1 comments

I recently documented a controller in one our apps and the coverage dropped noticeably. When I looked at the details in the report I saw that it viewed rdoc lines with '==' or '===' as executable code.

Is there a way to configure cover_me so it ignores all comment lines or a way to configure it so it is not influenced by the rdoc?

Thanks.

I am closing this because it turned out to be a syntax error in the RDoc that was tricking cover_me. Once fixed, cover_me happily skips over the documentation.