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

zulip / zulip-mobile / 3652 / 1
47%
master: 47%

Build:
DEFAULT BRANCH: master
Ran 24 Oct 2018 12:58PM UTC
Files 365
Run time 18s
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

23 Oct 2018 10:05PM UTC coverage: 50.253%. Remained the same
COVERALLS_REPO_TOKEN=4eYQDtWoBJlDz2QkxoQ2UcnmJFcOB7zkv

push

travis-ci

gnprice
deps: Upgrade Babel 7 to latest, 7.1.2.

We already have Babel 7 (as `@babel/core` and friends) in addition to
Babel 6 (as `babel-core` and friends), because the `metro@0.30.2`
inside `react-native` requires *both*.  Other reverse-dependencies of
Babel all refer to Babel 6 only.

But the Babel 7 we've been using is a mix of several beta versions.
Upgrade onto fully-released versions, in hopes of smoothing the
upgrade path for moving our Babel 6 usages to Babel 7.  This also
clears a couple of "incorrect peer dependency" warnings we've been
getting every time we run `yarn`.

Doing this completely and cleanly was a bit annoying:

 * I added @babel/core@^7.1.2 (the latest) to package.json,
   for the sake of explicitness.

 * Then running `yarn` upgraded @babel/core and some closely
   related packages, but not other Babel-related packages.
   I wanted to upgrade those too, so:

   * I tried `yarn upgrade --scope @babel`; which *should* do
     the job, AFAICT from the docs, but didn't do much.  I suspect
     it only operates on packages directly named in our package.json.

   * So I did a plain `yarn upgrade`, which upgrades *everything*.
     Then I used `git checkout -p` to take only the changes under
     @babel.

   * Then I ran `yarn`, to pick up the handful of Babel's dependencies
     outside the `@babel` scope which needed upgrades too.

 * I ran `yarn update-libdefs` as usual, which created a new
   stub libdef in flow-typed/.

1014 of 2112 branches covered (48.01%)

Branch coverage included in aggregate %.

1963 of 3812 relevant lines covered (51.5%)

51.45 hits per line

Source Files on job 3652.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 22988
  • Travis Job 3652.1
  • 676cd816 on github
  • Prev Job for COVERALLS_REPO_TOKEN=4eYQDtWoBJlDz2QkxoQ2UcnmJFcOB7zkv on master (#7226.1)
  • Next Job for COVERALLS_REPO_TOKEN=4eYQDtWoBJlDz2QkxoQ2UcnmJFcOB7zkv on master (#7231.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