Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add test coverage with Blanket.js to close #54 #58

Merged
merged 1 commit into from Jan 30, 2015

Conversation

floatingLomas
Copy link
Collaborator

  • HTML Coverage report - npm run-script test-coverage
  • Travis-CI test which fails if coverage < 100% - npm run-script test-travis

Also tweaked tests to provide 100% coverage, updated .travis.yml to only run
test-travis script if Node version > 0.6, updated Readme.md to make note of
test changes.

And yet more, move underscore template settings into _.template()
instead of overriding underscore settings, which should resolve #17

@bithavoc
Copy link
Owner

You done with this?

@floatingLomas
Copy link
Collaborator Author

What, you think I might add a fourth unrelated change? Haha.

I'll remove the stuff from the README as per your comment on #59 and then re-push, but other than that, I think it's done.

Are you ok with requiring 100% coverage, or should that threshold be lower?

- HTML Coverage report - `npm run-script test-coverage`
- Travis-CI test which fails if coverage < 100% - `npm run-script test-travis`

Also tweaked tests to provide 100% coverage, updated `.travis.yml` to only run
`test-travis` script if Node version > 0.6, updated Readme.md to make note of
test changes.

And yet more, move underscore template settings into `_.template()`
instead of overriding underscore settings, which should resolve bithavoc#17
bithavoc pushed a commit that referenced this pull request Jan 30, 2015
Add test coverage with Blanket.js to close #54
@bithavoc bithavoc merged commit 4307ac2 into bithavoc:master Jan 30, 2015
@bithavoc
Copy link
Owner

It's fine, thank you.

@floatingLomas floatingLomas deleted the coverage branch January 30, 2015 02:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Template interpolation affects all uses of underscore
2 participants