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

lookout / oraculum-muTable / 16
95%

Build:
DEFAULT BRANCH: master
Ran 11 Aug 2015 08:49PM UTC
Jobs 1
Files 3
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

pending completion
16

push

travis-ci

Egeste
Remove mixin-based interface validation

Where typical codebases use classical inheritance, javascript uses prototypal.
In the absence of proper interfaces, it has been attractive to enforce an interface
in FactoryJS using an object's tags, mixins, etc. However, this only works well
in private code bases that enforce private conventions.

Removing the psuedo interface enforcement allows for more flexible code, allowing
downstream Oraculum application developers to replace default mixins/objects
with custom implementations by other names. Therefor, it is prudent to only
expect that the required interface will be present, and allow the vm to throw
on a failed object index, method call, etc.

144 of 154 relevant lines covered (93.51%)

7.76 hits per line

Jobs
ID Job ID Ran Files Coverage
1 16.1 11 Aug 2015 08:49PM UTC 0
93.51
Travis Job 16.1
Source Files on build 16
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #16
  • 46d33798 on github
  • Prev Build on master (#14)
  • Next Build on master (#18)
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