Code coverage on Databricks notebook

santhoshKumarV
New Contributor II

I have a scenario where my application code a scala package and notebook code[Scala] under /resources folder is being maitained.

I am trying to look for a easiest way to perform code coverage on my notebook , does Databricks provide any option for it.

Right now, I have removed from resource/notebook and moved to package and added into scala object, since my notebook code did not have object , rather it had only my methods and consecutive commands