tbranyen/combyne

View on GitHub
build/tasks/coveralls.coffee

Summary

Maintainability
Test Coverage
module.exports = ->
  @loadNpmTasks "grunt-karma-coveralls"

  @config "coveralls",
    options:
      coverageDir: "test/coverage/"
      force: true
      recursive: true