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

facebook / react / 12921
86%

Build:
DEFAULT BRANCH: master
Ran 28 Sep 2016 01:36AM UTC
Jobs 1
Files 224
Run time 16s
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
12921

push

travis-ci

web-flow
Fix total count in flow tracker (#7813)

When you put the output of a bash command in a variable, it replaces the `\n` with a space. Using `ls` instead of `echo` fixes it

Test Plan:
Run

```
ALL_FILES=`find src -name '*.js' | grep -v umd/ | grep -v __tests__ | grep -v __mocks__`
COUNT_ALL_FILES=`ls $ALL_FILES | wc -l`
echo $COUNT_ALL_FILES
```

Make sure that it outputs 221

7481 of 8516 relevant lines covered (87.85%)

3142.29 hits per line

Jobs
ID Job ID Ran Files Coverage
2 12921.2 (TEST_TYPE=test) 28 Sep 2016 01:36AM UTC 0
87.85
Travis Job 12921.2
Source Files on build 12921
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #12921
  • 72ed5df5 on github
  • Prev Build on master (#12897)
  • Next Build on master (#12926)
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