Skip to content

Commit

Permalink
Excluding the transpiler from karma.
Browse files Browse the repository at this point in the history
This fixes the issue with the transpiler appearing twice with different coverage
results in the report on coveralls.io.

Cf here: https://coveralls.io/builds/776554

The following files appeared twice
./hsp/transpiler/processString.js
./hsp/transpiler/processAST.js
./hsp/transpiler/formatAST.js
  • Loading branch information
divdavem committed May 16, 2014
1 parent 0c5fc78 commit f3b40b0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ module.exports = function (grunt) {
],
exclude: [
'hsp/compiler/**/*.js',
'hsp/transpiler/**/*.js',
'test/transpiler/**/*.spec.js',
'test/compiler/**/*.spec.js'
],
Expand Down

0 comments on commit f3b40b0

Please sign in to comment.