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
Currently this module uses absolute path to file. But this leads to missing files in case of virtualization. Basically I do have docker container that runs tests and absolute path differs from what this module tries to find.
I see 2 possible solutions to this:
add alias-path or something like this variable to replace part of path so sources and system path matches
use relative paths: find coverage.xml consider this folder as root for project and search files based on this
what do you think? I'm not advanced enough with elisp to do it myself :P (but I'll try it anyway, and will appreciate some hints)
The text was updated successfully, but these errors were encountered:
Currently this module uses absolute path to file. But this leads to missing files in case of virtualization. Basically I do have docker container that runs tests and absolute path differs from what this module tries to find.
I see 2 possible solutions to this:
alias-path
or something like this variable to replace part of path sosources
andsystem
path matchescoverage.xml
consider this folder as root for project and search files based on thiswhat do you think? I'm not advanced enough with elisp to do it myself :P (but I'll try it anyway, and will appreciate some hints)
The text was updated successfully, but these errors were encountered: