grunt-not-constantinople
Version:
Grunt task to easily add Istanbul code coverage using any unit-testing framework.
33 lines (24 loc) • 391 B
Plain Text
# Git config
.gitignore
# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
.grunt
Gruntfile.js
# Travis CI config
.travis.yml
# JSHint config
.jshintrc
.jshintignore
# Docs/Tests/Specs
docs/
test/
spec/
# Coverage
src-cov/
lib-cov/
coverage/
# OS-specific hidden files
.DS_Store
# grunt-not-constantinople custom files
app/
custom_test/
mock_test/