unable to run index file manually instead of reports-show
Opened this issue · 1 comments
hi @umarmir
I don't understand your issue.
The command reports-show
is only a helper that opens the correct index.html
into a local browser. It can roughly be translated by sensible-browser <root-dir-build>/reports/index.html
. sensible-browser
is a command on ubuntu system that runs user preferred web browser.
Generated files are full static html files. They can be opened with file://
in a local browser or served by a web browser like nginx or apache2.
That being said, you've already opened your reports (with nginx) and I guess that your problem is now Where are all my reports data ?
Reports must be generated with make reports
. The command reports-show
has no Makefile dependency on generated file, and therefore will not trigger report generation when they are missing or out-of-dated.