I am trying to generate coverage for my project with zero test. I am getting instrumentation information with zero on export as well as empty line.
Issue is I am having a file with on only single export statement and comments. I am getting 0/6, for that. I want to get 6/6 for this case. Is it possible?
Thanks in advance.