Restores code coverage (#2340)

This commit is contained in:
Florent Vilmart
2016-07-19 23:33:01 -04:00
committed by GitHub
parent dfac9725dd
commit 02edf27f05
3 changed files with 10 additions and 8 deletions

View File

@@ -11,7 +11,7 @@ before_script:
- psql -c 'create database parse_server_postgres_adapter_test_database;' -U postgres
env:
global:
- COVERAGE_OPTION='./node_modules/babel-istanbul/lib/cli.js cover -x **/spec/**'
- COVERAGE_OPTION='./node_modules/.bin/istanbul cover'
matrix:
- PARSE_SERVER_TEST_DB=postgres
- MONGODB_VERSION=2.6.11