Joe Mordetsky

Results 9 comments of Joe Mordetsky

Grabbing this will try to tackle

Apologies, I have been working on other issues :(

Yea, this isn't great. Looking at this, my current understanding is that we wouldn't have this issue for a file that is loaded, because in that case we're not manufacturing...

Will take a look at this.

> Thanks @aral > > I wonder if **c8** would work on V8 processes inside electron. > For example to obtain coverage for a VSCode extension during integration tests. If...

Hi do you have any assets you could share that would help us get a replication?

I think the correct code here would be: ``` this.path = join(resolve(dirname(this.path), sourceRoot), sourcePath) ``` Where `dirname(this.path)` would get the directory for the src file in question. `resolve` would then...

I hit this same behavior. Its is actually toggleable in `test-exclude` but this isn't exposed. In this PR: https://github.com/bcoe/c8/pull/206 I've opened up the programmatic report API (note not the command...

I think if I am understanding correctly, this is "works as 'currently' designed" but agree it is confusing and should be documented. When c8 enables "coverage" it does so by...