-
-
Notifications
You must be signed in to change notification settings - Fork 359
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
nyc 10.3.0 reports different results on second run compared to first run, 10.2.0 is OK #565
Comments
@winksaville could you please give this a shot:
should have a fix for you. |
10.3.1 fixed it and thanks for fixing it so quickly!!
…On Thu, May 4, 2017 at 11:37 PM Benjamin E. Coe ***@***.***> wrote:
@winksaville <https://github.com/winksaville> could you please give this
a shot:
npm i ***@***.***
should have a fix for you.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#565 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AA-hHPNPy9aqjt5nSU-UtDZjGoZhI-Klks5r2sOLgaJpZM4NRGhI>
.
|
@winksaville 👍 awesome; keep me posted if you bump into any more issues -- excited to support TypeScript. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Please use the template provided below, when reporting bugs:
I recently upgraded a TypeScript project, alsatian, from nyc version 10.3.0 from 10.2.0. On the first run
nyc report
gives the results from thets
files:But when I run it a second time the results are using the
js
files:Expected Behavior
Both runs should be the same and they are when using
nyc 10.2.0
.Observed Behavior
The second run is based on
js
files notts
files.Bonus Points! Code (or Repository) that Reproduces Issue
alsatian and also web-client-server-app-ts both use TypeScript and Alsatian.
Forensic Information
Operating System: the operating system you observed the issue on.
Environment Information: information about your project's environment, see instructions below:
sh -c 'node --version; npm --version; npm ls' > output.txt
gist of output.txt
The text was updated successfully, but these errors were encountered: