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

zulip / zulip-mobile / 4769 / 1
65%
master: 65%

Build:
DEFAULT BRANCH: master
Ran 28 Mar 2018 12:58AM UTC
Files 362
Run time 12s
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

28 Mar 2018 12:53AM UTC coverage: 47.592%. Remained the same
COVERALLS_REPO_TOKEN=4eYQDtWoBJlDz2QkxoQ2UcnmJFcOB7zkv

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

Source Files on job 4769.1 (COVERALLS_REPO_TOKEN=4eYQDtWoBJlDz2QkxoQ2UcnmJFcOB7zkv)
  • Tree
  • List 0
  • Changed 1
  • Source Changed 1
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 1
  • Travis Job 4769.1
  • 7875f99e on github
  • Prev Job for COVERALLS_REPO_TOKEN=4eYQDtWoBJlDz2QkxoQ2UcnmJFcOB7zkv on master (#4767.1)
  • Next Job for COVERALLS_REPO_TOKEN=4eYQDtWoBJlDz2QkxoQ2UcnmJFcOB7zkv on master (#4773.1)
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