Skip to content

michaelowens/coffee-jasmine-code-coverage-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

coffee-jasmine-code-coverage-example

A quick example on how to do code coverage with the following tools:

  • CoffeeScript
  • Jasmine
  • Istanbul
  • Gulp

How to run

First, install gulp globally:

npm install -g gulp

Next, install all required packages:

npm install

And finally, run gulp:

# runs watcher & compiles scripts
gulp

# only compiles scripts
gulp scripts

# compiles & minifies scripts
gulp deploy

About

An example on how to get code coverage information over your javascript (compiled from coffeescript). Tests with Jasmine and Istanbul for coverage.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published