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

mozilla / fathom / 118
86%

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

pending completion
118

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

7 of 7 new or added lines in 4 files covered. (100.0%)

520 of 566 relevant lines covered (91.87%)

33.23 hits per line

Jobs
ID Job ID Ran Files Coverage
1 118.1 26 Jan 2017 09:03PM CUT 0
91.87
Travis Job 118.1
Source Files on build 118
  • List 0
  • Changed 4
  • Source Changed 4
  • Coverage Changed 0
Loading...
Coverage∆FileLinesRelevantCoveredMissedHits/Line
No data available in table
Showing 0 to 0 of 0 entries
  • Previous
  • Next
  • Back to Repo
  • Travis Build #118
  • 9a54fd63 on github
  • Prev Build on master (#117)
  • Next Build on master (#119)
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

© 2025 Coveralls, Inc