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
I think I've been seeing issues in the test environment, both locally and on travis. (see builds for #235#236)
npm test fails and then passes on a second attempt.
npm test passes and npm run coverage fails
Is this a known issue? Any thoughts on the causes?
(I see test and coverage use different networks and binaries for the test network)
Maybe the difference between test and coverage is also due to branches? I've noticed that coverage is not picking up the changed files. (See 235 on travis)
The text was updated successfully, but these errors were encountered:
I think I've been seeing issues in the test environment, both locally and on travis. (see builds for #235 #236)
npm test
fails and then passes on a second attempt.npm test
passes andnpm run coverage
failsIs this a known issue? Any thoughts on the causes?
(I see test and coverage use different networks and binaries for the test network)
Maybe the difference between test and coverage is also due to branches? I've noticed that coverage is not picking up the changed files. (See 235 on travis)
The text was updated successfully, but these errors were encountered: