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

harttle / liquidjs / 636
100%

Build:
DEFAULT BRANCH: master
Ran 28 Jun 2020 01:57AM UTC
Jobs 1
Files 87
Run time 6s
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
636

push

travis-ci-com

web-flow
fix: enumerate Promises (e.g. in for & tablerow) (#237)

* fix: enumerate Promise<array> (e.g. in {% for ... %})

Previously, a Promise of an array was not being enumerated in
{% for %}, for example. This is misleading since the library
handles promises elsewhere (e.g. if you {% assign x = promiseArray %}
and then {% for v in x %}, it worked just fine.

This PR makes Promises of arrays handled by changing toEnumerable
to handle then-ables. This affects other iterators, too, e.g. tablerow,
so I put in a test for that as well.

570 of 570 branches covered (100.0%)

Branch coverage included in aggregate %.

2 of 2 new or added lines in 2 files covered. (100.0%)

1635 of 1635 relevant lines covered (100.0%)

398.59 hits per line

Jobs
ID Job ID Ran Files Coverage
4 636.4 28 Jun 2020 01:57AM UTC 0
100.0
Travis Job 636.4
Source Files on build 636
Detailed source file information is not available for this build.
  • Back to Repo
  • Build #636
  • 941dd668 on github
  • Prev Build on master (#630)
  • Next Build on master (#640)
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

© 2025 Coveralls, Inc