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

feat: Add support for projectRoot option #492

Merged
merged 5 commits into from Nov 21, 2019

Conversation

bgalletbgallet
Copy link
Contributor

Add the possibility to use --relative=true option in command line
This is useful if you run your test on a linux environment (docker, vm, server) and dev on a windows one.
If you want your coverage to work with your IDE, you need relative path instead of absolute ones.

Linked with pull request istanbuljs/nyc#1212

@bcoe
Copy link
Member

bcoe commented Nov 16, 2019

Thanks for taking this work on @bgalletbgallet, exactly what I'm finding I need today.

@coreyfarrell coreyfarrell changed the title Add support for relative option feat: Add support for projectRoot option Nov 21, 2019
@coreyfarrell coreyfarrell merged commit 177fd45 into istanbuljs:master Nov 21, 2019
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

Successfully merging this pull request may close these issues.

None yet

3 participants