codecov / codecov-ruby

Ruby uploader for Codecov
https://codecov.io
MIT License
73 stars 82 forks source link

Refactor the reporter a bit and make it grok skipped lines. #2

Closed coderanger closed 9 years ago

coderanger commented 9 years ago

So this should be a bit better than what was there but it is having some odd results for me. I tried it out on https://codecov.io/github/poise/poise-service?ref=master and it seems to be showing the full paths as reported by SimpleCov. Maybe this is usually fixed up on the server side for Travis builds?

coderanger commented 9 years ago

Never mind, fixed the relative filenames. Could you nuke the grumpy files on that project? I don't see any way to do it myself.

coderanger commented 9 years ago

Also while I am sending nil for the nocov-d lines, they still show as missed?

coderanger commented 9 years ago

To continue my "also" train, I tried sending line messages for the skipped lines, but doesn't seem to show correctly.

coderanger commented 9 years ago

Any chance you could release this gem?

stevepeak commented 9 years ago

Just deployed. Thanks Noah