You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The new folder raises a problem in combination using directories in the -o switch eg.:
-o=results/ut_coverage_html_reporter.html
The resulting ut_coverage_html_reporter.html contains too the reference to this directory whis is wrong:
results/ut_coverage_html_reporter.html_assets/application.js
This should furthermore be:
ut_coverage_html_reporter.html_assets/application.js
as it must be relative to to html file location.
As workaround I change now into the directory before calling the cli and use -o without directories.
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
Finding by @tkleiber from #48
The new folder raises a problem in combination using directories in the -o switch eg.:
-o=results/ut_coverage_html_reporter.html
The resulting ut_coverage_html_reporter.html contains too the reference to this directory whis is wrong:
results/ut_coverage_html_reporter.html_assets/application.js
This should furthermore be:
ut_coverage_html_reporter.html_assets/application.js
as it must be relative to to html file location.
As workaround I change now into the directory before calling the cli and use -o without directories.
The text was updated successfully, but these errors were encountered: