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

Argument to use absolute path on produced file #185

Open
xmaluenda opened this issue Feb 15, 2019 · 0 comments
Open

Argument to use absolute path on produced file #185

xmaluenda opened this issue Feb 15, 2019 · 0 comments

Comments

@xmaluenda
Copy link

I'm using remap-istambul in a TS project where source and output files have not same hierarchy : src are directly in main directory and output are in 'out/src' path.

Remap-istanbul produce relative path ('../../MySource.ts') which are con well suited when I try to see detailed information about code coverage (for example html report: shows une exception because it is noy able to find the file).

in a local "patched" version. setting 'useAbsolutioPaths' on remap options parameter a could fix this issue.

I can provide modified code (even if it is as simple as it sounds...)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant