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

zulip / zulip / 9 / 3
3%
master: 3%

Build:
DEFAULT BRANCH: master
Ran 05 Dec 2016 07:47AM UTC
Files 226
Run time 11s
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 Nov 2016 09:39AM UTC coverage: 89.69% (+1.9%) from 87.777%
TEST_SUITE=backend

push

travis-ci

arpith
Add backend support for reactions

This commit adds the following.

1. A reaction model that consists of a user, a message and an emoji
2. A reaction event that looks like:
    {
        'type': 'reaction',
	'message_id': 3,
	'emoji_name': 'doge',
	'user': {
	    'user_id': 1,
            'email': 'hamlet@zulip.com',
            'full_name': 'King Hamlet'
	}
    }
3. A new API endpoint, /reactions, that accepts POST requests to add a
reaction to a message
4. A migration to add the new model to the database
5. Tests that check that
   (a) Invalid requests cannot be made
   (b) The reaction event body contains all the info
   (c) The reaction event is sent to the appropriate users

23097 of 25752 relevant lines covered (89.69%)

0.9 hits per line

Source Files on job 9.3 (TEST_SUITE=backend)
  • Tree
  • List 0
  • Changed 117
  • Source Changed 110
  • Coverage Changed 83
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 9
  • Travis Job 9.3
  • 752e0b87 on github
  • Prev Job for TEST_SUITE=backend on master (#9.4)
  • Next Job for TEST_SUITE=backend on master (#9.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