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

ds82 / tiny-di / 25
91%

Build:
DEFAULT BRANCH: master
Ran 11 Jul 2015 08:51AM UTC
Jobs 4
Files 13
Run time 164min
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
25

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%)

16.37 hits per line

Jobs
ID Job ID Ran Files Coverage
1 25.1 11 Jul 2015 11:36AM UTC 0
97.16
Travis Job 25.1
2 25.2 11 Jul 2015 11:35AM UTC 0
97.16
Travis Job 25.2
3 25.3 11 Jul 2015 11:36AM UTC 0
97.16
Travis Job 25.3
4 25.4 11 Jul 2015 11:36AM UTC 0
97.16
Travis Job 25.4
Source Files on build 25
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #25
  • f078858b on github
  • Prev Build on master (#23)
  • Next Build on master (#30)
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