daru-view icon indicating copy to clipboard operation
daru-view copied to clipboard

Improve the coverage report

Open Shekharrajak opened this issue 8 years ago • 2 comments

When we run the rspec; using simpleCov we get the coverage report . Try to improve it as much as possible.

We just need more test cases written in spec folder for all the adapters and files.

Shekharrajak avatar Oct 24 '17 10:10 Shekharrajak

run bundle exec rspec and you can see the coverage report at daru-view/coverage/index.html . By clicking on the files, we can see the lines to be tested.

Shekharrajak avatar Feb 17 '18 05:02 Shekharrajak

coveralls gem is added to keep track the coverage report. We can check the coverage here : https://coveralls.io/github/SciRuby/daru-view?branch=master

Need to write specs for not covered lines .

Shekharrajak avatar Jul 26 '18 18:07 Shekharrajak