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
Prior to 2.0 being released, `genhtml` was much better about handling
source files from the following paths:
* `test/support/some_helper.ex`
* `lib/foo/bar.ex`
But after 2.0 was released, when rendering with `genhtml` the paths
would be mangled and look like the following:
* `test/support/test/support/some_helper.ex`
* `lib/foo/lib/foo/bar.ex`
I have tried in vain with many permutations of `--prefix` when running
`genhtml` but the ultimate fix that made all of this go away was using
the absolute path for the source file (`SF`).
0 commit comments