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

paldepind / flyd / 338 / 2
100%
master: 100%

Build:
DEFAULT BRANCH: master
Ran 14 Nov 2018 04:44PM UTC
Files 1
Run time 1s
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

14 Nov 2018 04:41PM UTC coverage: 100.0%. Remained the same
338.2

push

travis-ci

nordfjord
Change type of Filter

Filter previously had the predicate type `a -> boolean`.

It's now changes to `a -> any` so as to support the popular use case of
using filter to filter based on the existence of a property e.g.

```
stream({o: new Date()})
  .pipe(filter(d => d.o))
```

would previously not type check.

81 of 84 branches covered (96.43%)

253 of 253 relevant lines covered (100.0%)

197.38 hits per line

Source Files on job 338.2
  • 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 331
  • Travis Job 338.2
  • 8e63091d on github
  • Prev Job for on master (#337.1)
  • Next Job for on master (#339.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