Istanbul configuration for Coveralls via Travis
before_script: 'npm install -g istanbul && npm install -g mocha' | |
script: 'make test-cov' | |
after_success: 'make coveralls' |
"devDependencies": { | |
"coveralls": "2.3.0" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment