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

zulip / zulip-mobile / 7553
47%

Build:
DEFAULT BRANCH: master
Ran 27 Nov 2018 01:46AM UTC
Jobs 1
Files 364
Run time 20s
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
7553

push

travis-ci

gnprice
flow: Add `@flow strict` to 27 more files (now 35 total).

Found with a pretty dumb brute-force algorithm (but sometimes that's
what computers are for!):

  git grep -l '@flow strict-local' src/ \
  | shuf \
  | while read f; do
      echo -n $f
      sed -i 's/@flow strict-local/@flow strict/' $f
      if yarn flow >&/dev/null; then
        echo " PASS"
      else
        echo " fail"
        git checkout @ $f
      fi
    done

The `shuf` means we go through all possible files in a random order.
Took about 17 minutes on my desktop.

1396 of 2934 branches covered (47.58%)

Branch coverage included in aggregate %.

4815 of 6611 relevant lines covered (72.83%)

35.74 hits per line

Jobs
ID Job ID Ran Files Coverage
1 7553.1 (COVERALLS_REPO_TOKEN=4eYQDtWoBJlDz2QkxoQ2UcnmJFcOB7zkv) 27 Nov 2018 01:46AM UTC 0
65.07
Travis Job 7553.1
Source Files on build 7553
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #7553
  • 2a96ede5 on github
  • Prev Build on master (#7552)
  • Next Build on master (#7554)
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