Skip to content
This repository has been archived by the owner on Sep 9, 2022. It is now read-only.

Commit

Permalink
Exclude some files from test coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
dtan4 committed Jun 17, 2016
1 parent 84a8949 commit eae364a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
require "simplecov"

SimpleCov.start do
add_filter "lib/terraforming.rb"
add_filter "lib/terraforming/version.rb"

formatter SimpleCov::Formatter::MultiFormatter.new([
Coveralls::SimpleCov::Formatter,
SimpleCov::Formatter::HTMLFormatter,
Expand Down

0 comments on commit eae364a

Please sign in to comment.