JamesMGreene / jWalker

A well-tested cross-browser JavaScript implementation of the TreeWalker class defined in the W3C specification for DOM Traversal (DOM Level 2).
http://jamesmgreene.github.com/jWalker/
MIT License
2 stars 1 forks source link

Add code coverage tooling #6

Open JamesMGreene opened 12 years ago

JamesMGreene commented 12 years ago

Add code coverage tooling to provide insight into total percent test coverage. Get it running locally with Grunt. Try to get it running on TravisCI on post-receive, too.

JamesMGreene commented 11 years ago

May or may not depend on #17.