• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

zulip / zulip-mobile / 4769
65%

Build:
DEFAULT BRANCH: master
Ran 28 Mar 2018 12:58AM UTC
Jobs 1
Files 362
Run time 14s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
4769

push

travis-ci

gnprice
dev auth: Fix crash by using `!!` in a JSX short-circuit expression.

The app was crashing immediately on entering this screen.  Examining
the device's log using `adb logcat` produced a traceback from deep
inside React Native, with this cryptic error message:

  java.lang.RuntimeException: Cannot add a child that doesn't have a
  YogaNode to a parent without a measure function! (Trying to add a
  'ReactRawTextShadowNode' to a 'LayoutShadowNode')

From https://github.com/facebook/react-native/issues/13243 , we learn
a crash like this can result from a variety of errors in using JSX.

Here, the issue seems to be that when `error` is the empty string,
we would stick that empty string directly in as a child of the View.
Applying the classic bang-bang operator to convert to a boolean
fixes the issue.

866 of 1922 branches covered (45.06%)

Branch coverage included in aggregate %.

1585 of 3228 relevant lines covered (49.1%)

28.37 hits per line

Jobs
ID Job ID Ran Files Coverage
1 4769.1 (COVERALLS_REPO_TOKEN=4eYQDtWoBJlDz2QkxoQ2UcnmJFcOB7zkv) 28 Mar 2018 12:58AM UTC 0
47.59
Travis Job 4769.1
Source Files on build 4769
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #4769
  • 7875f99e on github
  • Prev Build on master (#4767)
  • Next Build on master (#4773)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc