use with coveralls together

This commit is contained in:
Petr Korolev 2015-03-29 21:31:25 +03:00
parent 731e9904f5
commit f9a58ae079

View File

@ -15,7 +15,12 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
require 'coveralls'
require 'simplecov'
SimpleCov.formatter = SimpleCov::Formatter::MultiFormatter[
SimpleCov::Formatter::HTMLFormatter,
Coveralls::SimpleCov::Formatter
]
SimpleCov.start
require 'github_changelog_generator'