-
Notifications
You must be signed in to change notification settings - Fork 5
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
Report code coverage for front-end unit tests #73
base: master
Are you sure you want to change the base?
Conversation
treyhunner
commented
Feb 17, 2015
- Generate code coverage reports
- Report code coverage to coveralls
bbf14af
to
5a67f24
Compare
Notes: - browserify-istanbul is used instead of a karma-coverage preprocessor because of this bug: karma-runner/karma-coverage#16 (comment) - karma-coverage version pinned to 0.2.6 to workaround this bug: karma-runner/karma-coverage#123 (comment)
5a67f24
to
cae7457
Compare
Changes Unknown when pulling cae7457 on add-backbone-code-coverage into * on master*. |
This is ready for code review |
When I run gulp test, all tests pass but the coveralls has errors ERROR [coverage]: [TypeError: Cannot call method 'split' of undefined] DEBUG [launcher]: Process Chrome exited with code 0 I redid npm install, but did the same thing. |
@goldlilys coveralls isn't supposed to work locally. We could use an environment variable to disable it locally. @tbashor @michaelerobertsjr thoughts on that? |