Created
December 19, 2013 06:00
-
-
Save sdeering/8035033 to your computer and use it in GitHub Desktop.
Use grunt connect to make the karma test coverage directory browseable.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
coverage: { | |
options: { | |
// required for output on index.html base filepath | |
base: __dirname + 'test/coverage/', | |
// required to override base to make the directory browseable | |
directory: __dirname + 'test/coverage/', | |
port: '5555', | |
keepalive: true | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment