-
Notifications
You must be signed in to change notification settings - Fork 249
Conversation
Current coverage is
|
why is this weird change required? |
It's AVA who spawn those processes, not Hang on a sec. nyc doesn't ignore test files |
It was working before right? |
@MoOx yes. It was working before. No idea why it's stop working |
Related ? istanbuljs/nyc#190 |
83238bf
to
500c9dc
Compare
@thangngoc89 I cannot understand what causes #190. The problem is, in short, no coverage files found only using Node 5.8.0 and NPM 3.7.3. This problem disappears after updating NPM to 3.8.1 or using Node 5.7.1 instead. |
@arrowrowe We are having the same problem here. node 4 is fine. Pushed a new commit to use latest npm |
@thangngoc89 Thanks! Trying it now. |
@MoOx upgrading npm to latest version (3.8.1) did help https://travis-ci.org/MoOx/statinamic/builds/115487336#L654-L728 |
@thangngoc89 It works for me as well. Thanks! |
So no need for this PR right? |
@MoOx We can wait until
|
latest node don't get npm@^3.0.0 ? They fix the version to 3.7.x ? |
latest node is 3.8.1 https://travis-ci.org/MoOx/statinamic/builds/115487336#L215 |
npm* But does latest node ship this version? It seems latest node ship 3.7.x https://github.com/nodejs/node/tree/master/deps/npm (or https://github.com/nodejs/node/tree/v5.x/deps/npm ) |
Oh my bad. I just looked at the nyc mentionned issue. So not sure what to do. |
We get your patch for now. Can you add a comment in it ? |
500c9dc
to
0e110dc
Compare
Added comment |
Fix coverage report on CI (via workaround)
👍 |
It's good to have coverage report back.
Right @codecov-io ?