You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
When we run the
rspec
; usingsimpleCov
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.
The text was updated successfully, but these errors were encountered: