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

helpscout / helix / 73 / 1
100%
master: 100%

Build:
Build:
LAST BUILD BRANCH: dependabot/npm_and_yarn/hosted-git-info-2.8.9
DEFAULT BRANCH: master
Ran 10 Nov 2017 04:51PM UTC
Files 13
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

10 Nov 2017 04:43PM UTC coverage: 100.0%. First build
73.1

push

travis-ci

ItsJonQ
Add new derived function for better computeds

:pear: with @alisdair to add a new function that allows you to create
computed values based on existing data within the shape of the Spec.

**Example**
```js
const Spec = createSpec({
  fname: () => 'Alice',
  lname: () => 'Baker',
  name: derived(({ fname, lname }) => `${fname} ${lname}`)
})
const fixture = Spec.generate()
```

**Output**
```
Alice Baker
```

85 of 85 branches covered (100.0%)

Branch coverage included in aggregate %.

108 of 108 relevant lines covered (100.0%)

27308.42 hits per line

Source Files on job 73.1
  • 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 73
  • Travis Job 73.1
  • babb343b on github
  • Next Job for on derived-helper (#78.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