Archived
1
0
Fork 0
This repository has been archived on 2023-03-27. You can view files and clone it, but cannot push or open issues or pull requests.
lita-tox/.simplecov
Braiden Vasco 46e6d7b2b6 Merge branch 'master' into initialize_lita_adapter
Conflicts:
	.travis.yml
	Gemfile
	README.md
	Rakefile
	lita-tox.gemspec
	spec/spec_helper.rb
2015-07-25 13:26:47 +05:00

8 lines
198 B
Ruby

require 'coveralls'
SimpleCov.formatter = SimpleCov::Formatter::MultiFormatter[
SimpleCov::Formatter::HTMLFormatter,
Coveralls::SimpleCov::Formatter,
]
SimpleCov.start { add_filter '/spec/' }