You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit adds end-to-end tests using generated fixtures.
For each fixture, there are multiple entry points. Coverage is first collected when running each entry point in its own Node process, then when running all of them in the same process.
The end-to-end tests check that merging the coverages from the individual entry points returns the coverage of the combined run.
The library currently fails these tests: I believe that it indicates bugs in the current implementation.
This commit also improves coverage (see bcoe#2).
This commit adds end-to-end tests using generated fixtures.
For each fixture, there are multiple entry points. Coverage is first collected when running each entry point in its own Node process, then when running all of them in the same process.
The end-to-end tests check that merging the coverages from the individual entry points returns the coverage of the combined run.
The library currently fails these tests: I believe that it indicates bugs in the current implementation.
This commit also improves coverage (see bcoe#2).
No description provided.
The text was updated successfully, but these errors were encountered: