somaticio / tensorflow.rb

tensorflow for ruby
BSD 3-Clause "New" or "Revised" License
827 stars 66 forks source link

Feature/coverage #48

Closed sebastiandeutsch closed 8 years ago

sebastiandeutsch commented 8 years ago

I wanted to take a look if there are pieces of the gem that are untested (at least from the Ruby perspective) so I've added SimpleCov for code coverage.

You simple run bundle exec rake spec and then open a browser in the generated coverage directory.

arafatkatze commented 8 years ago

@sebastiandeutsch Thanks for this. It seems cool.