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: useAbsolutePath for lcov reports #62

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

samitha9125
Copy link

@samitha9125 samitha9125 commented Mar 11, 2023

Istanbul now generates lcov.info reports with relative path rather than absolute as explains in this merge request. Thus, it is required to have a parameter to explicitly tell the plugin to use relative path.

useAbsolutePath: false

by adding above parameter to passing configs, this can be achieved now. If you are generating lcov reports using a latest istanbul reporter such as nyc or c8, this prop should be used.

@darcy-rayner
Copy link
Owner

Hi @samitha9125 , thanks for the PR.
It's hard to read the diff with all the formatting changes. Would it be possible to apply those changes and the prettierrc in a follow up PR?

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.

2 participants