Report code coverage for front-end unit tests#73
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? |