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

zulip / zulip / 6159 / 3
3%
master: 3%

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

21 Oct 2016 06:05AM UTC coverage: 87.812% (+0.05%) from 87.76%
TEST_SUITE=backend

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'
  }]
}

21232 of 24179 relevant lines covered (87.81%)

0.88 hits per line

Source Files on job 6159.3 (TEST_SUITE=backend)
  • Tree
  • List 0
  • Changed 10
  • Source Changed 2
  • Coverage Changed 10
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 6159
  • Travis Job 6159.3
  • ee97ba04 on github
  • Prev Job for TEST_SUITE=backend on master (#6158.4)
  • Next Job for TEST_SUITE=backend on master (#6161.4)
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