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

zulip / zulip / 2493
3%

Build:
DEFAULT BRANCH: master
Ran 13 Jun 2016 10:46PM UTC
Jobs 5
Files 248
Run time 9min
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
2493

push

travis-ci

timabbott
Refactor hotkey logic.

Place all hotkey names into a set of three objects in hotkeys.js:

 * hotkeys_shift_insensitive
   These are keys where the behaviour is the same whether they are
   pressed with shift or not.

 * hotkeys_no_modifiers
   These are keys where the event should only be fired when shift
   is not being pressed.

 * hotkeys_shift
   These are keys where the event should only be fired when the key
   is pressed simultaneously with shift.

Each object is a dictionary of key value pairs, with the key being
the keyscan code (e.which) for the key. This is normally the ASCII
key code. The value is an object with two properties, name (which
is the event name) and message_view_only, a boolean. Hotkeys with
message_view_only set to true will not be fired when the home tab
is obscured.

19560 of 21308 relevant lines covered (91.8%)

1.28 hits per line

Jobs
ID Job ID Ran Files Coverage
1 2493.1 (TEST_SUITE=frontend) 13 Jun 2016 10:50PM UTC 0
Travis Job 2493.1
2 2493.2 (TEST_SUITE=backend) 13 Jun 2016 10:52PM UTC 0
79.48
Travis Job 2493.2
3 2493.3 (TEST_SUITE=production) 13 Jun 2016 10:56PM UTC 0
Travis Job 2493.3
4 2493.4 (TEST_SUITE=py3k) 13 Jun 2016 10:47PM UTC 0
Travis Job 2493.4
5 2493.5 (TEST_SUITE=mypy) 13 Jun 2016 10:46PM UTC 0
81.19
Travis Job 2493.5
Source Files on build 2493
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #2493
  • 53e23743 on github
  • Prev Build on master (#2474)
  • Next Build on master (#2494)
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