Code coverage on Databricks notebook
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2025 02:23 AM
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