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

patrimart / monadness-js / 9 / 3
95%
master: 95%

Build:
DEFAULT BRANCH: master
Ran 30 Apr 2017 04:24PM UTC
Files 5
Run time 0s
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

30 Apr 2017 04:19PM UTC coverage: 94.915%. Remained the same
9.3

Pull #3

travis-ci

web-flow
Add undefined & null as allowed types for Maybe.fromNull

Otherwise explicitly unioned types (e.g. string | null) will
refuse to typecheck. This happens with situations like:

Real-ish world example:

```typescript
const fn = (): Maybe<string> => {
  let val = ["hello"].find(() => false)
  return Maybe.fromNull(val)
}
```
Pull Request #3: Maybe doesn't typecheck with union types with `undefined`, `null` in strictNullChecks mode

109 of 131 branches covered (83.21%)

448 of 472 relevant lines covered (94.92%)

4.65 hits per line

Source Files on job 9.3
  • 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 9
  • Travis Job 9.3
  • 487f33af on github
  • Prev Job for on master (#7.3)
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