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

ds82 / tiny-di / 24 / 4
97%
master: 91%

Build:
Build:
LAST BUILD BRANCH: greenkeeper-istanbul-0.4.3
DEFAULT BRANCH: master
Ran 10 Jul 2015 09:25AM UTC
Files 13
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

10 Jul 2015 09:25AM UTC coverage: 97.163%. First build
24.4

push

travis-ci

ds82
feat($inject): $inject may now be an object with options

Module.$inject = ['DepA', 'DepB'];

is now equivalent with

Module.$inject = {
  deps: ['DepA', 'DepB'],
  callAs: 'function'
}

With this extension you now can tell tiny to instantiate a Module as Class:

Module.$inject = {
  deps: ['DepA', 'DepB'],
  callAs: 'class'
}

This will give you `new Module(DepA, Dep)`. No need to use the constructor
Pattern anymore!

411 of 423 relevant lines covered (97.16%)

4.09 hits per line

Source Files on job 24.4
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 24
  • Travis Job 24.4
  • f078858b on github
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