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

harttle / liquidjs / 636 / 4
100%
master: 100%

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

28 Jun 2020 01:55AM UTC coverage: 100.0%. Remained the same
636.4

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 %.

1635 of 1635 relevant lines covered (100.0%)

398.59 hits per line

Source Files on job 636.4
  • Tree
  • List 0
  • Changed 31
  • Source Changed 2
  • Coverage Changed 31
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 236
  • Travis Job 636.4
  • 941dd668 on github
  • Prev Job for on master (#630.4)
  • Next Job for on master (#640.4)
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