LimeChain / zest

Limechain Solana Code Coverage CLI
10 stars 2 forks source link

unable to navigate the generated HTML coverage report #5

Open nickfrosty opened 3 weeks ago

nickfrosty commented 3 weeks ago

After executing the zest coverage command, and I get the success message Successfully generated html report at ./target/coverage/html/index.html, opening..., the index.html file does open.

But I am unable to actually navigate around on the listed source code files and directories. To view any of the other report files, I have to manually open each from the file explorer instead of being able to navigate in the automatically opened web browser tab.

Some general info about my system:

nickfrosty commented 3 weeks ago

I just tried running the coverage tool on a different linux computer running Ubuntu (also with brave) and the html navigation works as expected. So it is inconsistent between operating systems