Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for project relative files #5

Open
Randomneo opened this issue Apr 12, 2022 · 0 comments
Open

Add support for project relative files #5

Randomneo opened this issue Apr 12, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@Randomneo
Copy link

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)

@wbolster wbolster added the enhancement New feature or request label Sep 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants