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

zulip / zulip-mobile / 7030
47%

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

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

Jobs
ID Job ID Ran Files Coverage
1 7030.1 (COVERALLS_REPO_TOKEN=4eYQDtWoBJlDz2QkxoQ2UcnmJFcOB7zkv) 27 Sep 2018 10:06PM UTC 0
50.36
Travis Job 7030.1
Source Files on build 7030
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #7030
  • 0baca8fc on github
  • Prev Build on master (#3533)
  • Next Build on master (#7032)
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