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

mozilla / fathom / 118 / 1
86%
master: 86%

Build:
DEFAULT BRANCH: master
Ran 26 Jan 2017 09:03PM UTC
Files 9
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

26 Jan 2017 09:02PM UTC coverage: 91.873%. Remained the same
118.1

push

travis-ci

erikrose
Rename func() to props().

The fact that it's a function is not unique: notes() and score() take functions as well. props() is more descriptive than func(): it suggests the return value, which is what other callback-taking calls also are named after.

Considered names:

* func()  # abbreviation :-( but a well known one
* facts()  # inaccurate: returns a single fact
* fact()  # doesn't necessarily return a whole fact; can layer with rightward calls
* all()  # want to reserve this for quantifiers
* everything()  # Makes it clear that it overrides any previous calls, no matter their kind. Might suggest a reach outside this rule
* hash()  # not a very JS term
* custom()  # is it more custom than a note() or score() callback?
* obj()  # too generic, abbrev
* properties()  # long
* props()  # abbrevation :-( but a well-known one. I like that it focuses your attention on the individual properties returned and on the per-subfact layering with other chained calls.
* subfacts()  # accurate, but so far we haven't made the user know about facts, and I don't want to start now

520 of 566 relevant lines covered (91.87%)

33.23 hits per line

Source Files on job 118.1
  • Tree
  • List 0
  • Changed 4
  • Source Changed 4
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 118
  • Travis Job 118.1
  • 9a54fd63 on github
  • Prev Job for on master (#117.1)
  • Next Job for on master (#119.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