Skip to content

Commit

Permalink
remove coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
Sébastien Gruhier committed Feb 11, 2015
1 parent 698274c commit b272883
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 31 deletions.
30 changes: 15 additions & 15 deletions Gruntfile.coffee
Expand Up @@ -80,21 +80,21 @@ module.exports = (grunt) ->
'--web-security' : false
'--local-to-remote-url-access' : true
'--ignore-ssl-errors' : true
coverage:
src: ["dist/typeahead.js", "dist/typeahead-addresspicker.js"]
options:
specs: 'spec/javascripts/**/*.js'
template: require('grunt-template-jasmine-istanbul')
templateOptions:
coverage: 'coverage/coverage.json'
report: [
{
type: 'html',
options: {
dir: 'coverage/html'
}
}
]
# coverage:
# src: ["dist/typeahead.js", "dist/typeahead-addresspicker.js"]
# options:
# specs: 'spec/javascripts/**/*.js'
# template: require('grunt-template-jasmine-istanbul')
# templateOptions:
# coverage: 'coverage/coverage.json'
# report: [
# {
# type: 'html',
# options: {
# dir: 'coverage/html'
# }
# }
# ]


# Lib tasks.
Expand Down
37 changes: 21 additions & 16 deletions dist/typeahead-addresspicker.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b272883

Please sign in to comment.