mirror of
https://github.com/TracksApp/tracks.git
synced 2026-01-31 05:05:18 +01:00
Get test coverage reporting on codeclimate
This commit is contained in:
parent
94114746e7
commit
76902e95c0
4 changed files with 43 additions and 32 deletions
|
|
@ -1,4 +1,9 @@
|
|||
ENV["RAILS_ENV"] ||= "test"
|
||||
|
||||
# test coverage from codeclimate
|
||||
require "codeclimate-test-reporter"
|
||||
CodeClimate::TestReporter.start
|
||||
|
||||
require File.expand_path('../../config/environment', __FILE__)
|
||||
require 'rails/test_help'
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue