Skip to content

Instantly share code, notes, and snippets.

@stevenharman
Created December 24, 2009 19:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stevenharman/263342 to your computer and use it in GitHub Desktop.
Save stevenharman/263342 to your computer and use it in GitHub Desktop.
desc "Run a sample NCover Console code coverage"
ncoverconsoletask do |ncc|
ncc.path_to_command = "Tools/NCover-v3.2/NCover.Console.exe"
ncc.output = {:xml => "CodeCoverage/test-coverage.xml"}
ncc.no_registration # what makes sense here?
# other conf stuff...
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment