Hi James, thanks for your reply!
It is a private project, therefore, unfortunately, I can’t share any details like that.
I can share following from my cobertura-coverage.xml:
<sources>
<source>/home/app/project-folder</source>
</sources>
<packages>
<package name="src" line-rate="0" branch-rate="1">
<classes>
<class name="App.tsx" filename="src/App.tsx" line-rate="0" branch-rate="1">
<methods>
<method name="(anonymous_0)" hits="0" signature="()V">
<lines>
<line number="5" hits="0"/>
</lines>
</method>
</methods>
<lines>
<line number="5" hits="0" branch="false"/>
<line number="6" hits="0" branch="false"/>
</lines>
</class>
Does it help or I need to provide more info?
Thanks!