lkdjiin / coco

Code coverage for ruby 2.x
http://lkdjiin.github.com/coco/
MIT License
70 stars 12 forks source link

Remove the base path on the index file #38

Closed lkdjiin closed 9 years ago

lkdjiin commented 10 years ago

For example:

/home/xavier/devel/ruby/project/lib/coco_sample_project/untested.rb

Should be:

lib/coco_sample_project/untested.rb

This way file names will be more readable.

lkdjiin commented 9 years ago

Done