-
Notifications
You must be signed in to change notification settings - Fork 209
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
[FIXED] travis test not failing when module test fails #1550
Conversation
Travis build is now failing and that is good sign... @publiclab/is-reviewers @jywarren @harshkhandeparkar @blurry-x-face |
OK, this should be ready to rebase now! |
Add Qr Module is failing for some reason... It is not failing in node version 8. |
Codecov Report
@@ Coverage Diff @@
## main #1550 +/- ##
=========================================
- Coverage 66.8% 66.64% -0.17%
=========================================
Files 129 130 +1
Lines 2672 2674 +2
Branches 430 430
=========================================
- Hits 1785 1782 -3
- Misses 887 892 +5
|
This is a problem related to looks-same, I think, because sometimes it also fails locally but when running the test script again It passes 😕 #1536 |
That's the issue... I restarted the build though... let's see what happens... It will pass this time. |
Yay! Are we good to merge this then? Super great work! |
Thanks, everyone! |
So, I tried to fix the issue when travis-ci-test shows, green tick even though the module test failed.
In order to fix this issue, I tried to create a test repo and setup travis in that.
Below are two travis build result, one passed and one failed. The only difference between those two builds is that, insted of putting all the test in one line, I mentioned them on seperate lines, and then asked travis to execute all the commands one-by-one.
https://travis-ci.org/root00198/travis-test/builds/640046449 <<- BUILD THAT PASSES
https://travis-ci.org/root00198/travis-test/builds/640047387 <<- BUILD THAT FAILED
Check the diff between these two build... https://github.com/root00198/travis-test/compare/a808664ba5f7...3a1042fd1bdd