1
0
mirror of https://github.com/projekteuler/projekteuler.git synced 2026-01-27 10:38:50 +01:00

Replace coveralls with Codacy

This commit is contained in:
2019-02-05 16:01:15 +01:00
parent 7f579b739b
commit ee320b281c
4 changed files with 9 additions and 16 deletions

View File

@@ -1,5 +1,6 @@
require 'coveralls'
Coveralls.wear!('rails')
require 'codacy-coverage'
Codacy::Reporter.start
ENV['RAILS_ENV'] ||= 'test'
require File.expand_path('../../config/environment', __FILE__)