fix migrate

This commit is contained in:
jysperm
2014-10-31 21:47:41 +08:00
parent b3f3429250
commit 5b33667a00
2 changed files with 31 additions and 22 deletions

View File

@@ -4,7 +4,7 @@ if process.env.COV_TEST == 'true'
require('coffee-coverage').register
path: 'relative'
basePath: "#{__dirname}/../.."
exclude: ['test', 'node_modules', '.git', 'sample', 'core/static']
exclude: ['test', 'node_modules', '.git', 'sample', 'core/static', 'migration/database']
global._ = require 'underscore'
global.fs = require 'fs'