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

zulip / zulip / 6159
3%

Build:
DEFAULT BRANCH: master
Ran 21 Oct 2016 06:17AM UTC
Jobs 7
Files 260
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
6159

push

travis-ci

timabbott
Add an API endpoint to send typing notification events.

POST to /typing creates a typing event
Required parameters are 'op' ('start' or 'stop') and 'to' (recipient
emails). If there are multiple recipients, the 'to' parameter
should be a JSON string of the list of recipient emails.
The event created looks like:
{
  'type': 'typing',
  'op': 'start',
  'sender': 'hamlet@zulip.com',
  'recipients': [{
    'id': 1,
    'email': 'othello@zulip.com'
  }]
}

21237 of 24179 relevant lines covered (87.83%)

1.76 hits per line

Jobs
ID Job ID Ran Files Coverage
1 6159.1 (TEST_SUITE=frontend) 21 Oct 2016 06:17AM UTC 0
Travis Job 6159.1
2 6159.2 (TEST_SUITE=frontend) 21 Oct 2016 06:17AM UTC 0
Travis Job 6159.2
3 6159.3 (TEST_SUITE=backend) 21 Oct 2016 06:22AM UTC 0
87.81
Travis Job 6159.3
4 6159.4 (TEST_SUITE=backend) 21 Oct 2016 06:21AM UTC 0
87.83
Travis Job 6159.4
5 6159.5 (TEST_SUITE=static-analysis) 21 Oct 2016 06:20AM UTC 0
Travis Job 6159.5
6 6159.6 (TEST_SUITE=production) 21 Oct 2016 06:24AM UTC 0
Travis Job 6159.6
7 6159.7 (TEST_SUITE=production) 21 Oct 2016 06:26AM UTC 0
Travis Job 6159.7
Source Files on build 6159
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #6159
  • ee97ba04 on github
  • Prev Build on master (#6158)
  • Next Build on master (#6161)
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