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

zulip / zulip-mobile / 4089 / 1
65%
master: 65%

Build:
DEFAULT BRANCH: master
Ran 08 Jan 2019 10:29PM UTC
Files 365
Run time 1min
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

08 Jan 2019 02:21AM UTC coverage: 66.233%. Remained the same
COVERALLS_REPO_TOKEN=4eYQDtWoBJlDz2QkxoQ2UcnmJFcOB7zkv

push

travis-ci

gnprice
actionTypes: Fix intersections in event types.

These are nearly the last intersection types in the codebase.  Replace
them with object spreads, and also make these object types exact.

Done automatically.  First, replaced intersections with spreads by
using the codemod script introduced in the parent commit, along with
a bit of post-processing for its rather hilarious failure mode:

  jscodeshift -t tools/codemod/intersection-to-spread.js \
    src/actionTypes.js
  perl -i -0pe 's/type type/type/g' src/actionTypes.js

Then made the object types exact, the lower-tech way -- reused the
command from 9c1898242 and some earlier commits, just limiting it
to this file:

  perl -i -0pe \
    's/^((?:export )?type \S+ = \{)(\n.*?\n)?(\};)/$1|$2|$3/msg' \
    src/actionTypes.js

1399 of 2897 branches covered (48.29%)

Branch coverage included in aggregate %.

4966 of 6713 relevant lines covered (73.98%)

16.45 hits per line

Source Files on job 4089.1 (COVERALLS_REPO_TOKEN=4eYQDtWoBJlDz2QkxoQ2UcnmJFcOB7zkv)
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 24137
  • Travis Job 4089.1
  • 47365203 on github
  • Prev Job for COVERALLS_REPO_TOKEN=4eYQDtWoBJlDz2QkxoQ2UcnmJFcOB7zkv on master (#7999.1)
  • Next Job for COVERALLS_REPO_TOKEN=4eYQDtWoBJlDz2QkxoQ2UcnmJFcOB7zkv on master (#8008.1)
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