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

Question: istanbul version #143

Open
v-jung opened this issue Jan 29, 2019 · 2 comments
Open

Question: istanbul version #143

v-jung opened this issue Jan 29, 2019 · 2 comments

Comments

@v-jung
Copy link

v-jung commented Jan 29, 2019

Hello,

I'm currently using v8-to-istanbul to convert chromium headless coverage output via puppeteer to a format that can be consumed by https://github.com/SitePen/remap-istanbul.

Thanks for your work btw!

If the output of this package is in the "old" istanbul format as linked in the README:
https://github.com/gotwarlost/istanbul/blob/master/coverage.json.md
why is it part of the new istanbuljs repository?

Furthermore I cannot find further information on the new istanbuljs/nyc format: is there some documentation and where can i find it?

Are there any plans to support the new nyc format in this package? (well, i don't know of the differences between the formats, just that i cannot easily merge them)
I would like to switch completely to nyc.

Could you please shed some light on these questions.
Thanks!

@bcoe bcoe transferred this issue from istanbuljs/v8-to-istanbul Mar 5, 2019
@bcoe
Copy link
Member

bcoe commented Mar 5, 2019

👋 hello @v-jung, v8-to-istanbul should be representing data in a format that is consumable by nyc; which does have slight differences between the Istanbul 1.0 format.

This format isn't well documented and I agree that we should do so here:

https://istanbul.js.org/

Would love help doing so if you have any interest in contributing.

@coreyfarrell
Copy link
Member

@bcoe in addition to human readable I think a JSON schema would be nice. Maybe human readable docs could even be generated by JSON schema, not sure.

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

3 participants