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

zulip / zulip-mobile / 4781
65%

Build:
DEFAULT BRANCH: master
Ran 28 Mar 2018 08:02PM UTC
Jobs 1
Files 362
Run time 19s
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
4781

push

travis-ci

gnprice
types: Add TimingItemType for timing diagnostics usage.

Timing operations inside the app consists of making calculations,
(elapsed time) on the start and end times of some operations.
That calculations use Date.now(), performance.now(), return 'number'.
So, we cannot simply give a 'Date' type without changing
the elapsed time (diff between two operations) logic.

Also delete the case in timing.end() that attempted to log something
when no corresponding timing.start() was called, where we tried
logging an ill-typed version of an item.  This would cause 'undefined'
behavior for 'item.start' in 'TimingScreen' for that log items which
don't have 'start' field.  Also 'duration' calculation in 'TimeItem'
is not very informative about the actual duration (we don't know the
start time).

[greg: Deleted that case following Gökcan's suggestion in original
 commit, and adjusted commit message to match.]

866 of 1927 branches covered (44.94%)

Branch coverage included in aggregate %.

1586 of 3229 relevant lines covered (49.12%)

28.36 hits per line

Jobs
ID Job ID Ran Files Coverage
1 4781.1 (COVERALLS_REPO_TOKEN=4eYQDtWoBJlDz2QkxoQ2UcnmJFcOB7zkv) 28 Mar 2018 08:02PM UTC 0
47.56
Travis Job 4781.1
Source Files on build 4781
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #4781
  • d7f2fad7 on github
  • Prev Build on master (#4779)
  • Next Build on master (#4783)
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