• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In
Build has been canceled!

zulip / zulip-mobile / 7030 / 1
47%
master: 47%

Build:
DEFAULT BRANCH: master
Ran 27 Sep 2018 10:06PM UTC
Files 363
Run time 44s
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

27 Sep 2018 09:54PM UTC coverage: 50.364% (-0.03%) from 50.39%
COVERALLS_REPO_TOKEN=4eYQDtWoBJlDz2QkxoQ2UcnmJFcOB7zkv

push

travis-ci

gnprice
autocomplete: Decide consistently whether to show popup (fix #2791).

We've been deciding whether the popup should be visible using
two criteria:
 (a) There's a prefix character: `:`, `#`, or `@`.
 (b) There's a nonempty filter string following the prefix.

But they can disagree, in both directions (though the possibility of
"!a && b" is really a bug in our `getAutocompleteFilter`).  And
because we apply (b) only through controlling an animation, when we
switch from "!a && b" to "a && !b" the popup suddenly appears, then
disappears gradually over 300ms as prescribed by our animation.

Instead, make one combined boolean "a && b", and use that consistently.

Thanks to @jainkuniya for contributions to debugging this.

1014 of 2104 branches covered (48.19%)

Branch coverage included in aggregate %.

1960 of 3801 relevant lines covered (51.57%)

49.99 hits per line

Source Files on job 7030.1 (COVERALLS_REPO_TOKEN=4eYQDtWoBJlDz2QkxoQ2UcnmJFcOB7zkv)
  • Tree
  • List 0
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 22734
  • Travis Job 7030.1
  • 0baca8fc on github
  • Prev Job for COVERALLS_REPO_TOKEN=4eYQDtWoBJlDz2QkxoQ2UcnmJFcOB7zkv on master (#3533.1)
  • Next Job for COVERALLS_REPO_TOKEN=4eYQDtWoBJlDz2QkxoQ2UcnmJFcOB7zkv on master (#7032.1)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc