mirror of
https://github.com/TracksApp/tracks.git
synced 2025-09-22 05:50:47 +02:00
re-add simplecov by request
This commit is contained in:
parent
07a3962d7d
commit
bba86e51d7
5 changed files with 16 additions and 3 deletions
|
@ -2,6 +2,10 @@
|
|||
require "codeclimate-test-reporter"
|
||||
CodeClimate::TestReporter.start
|
||||
|
||||
# local test coverage
|
||||
require 'simplecov'
|
||||
SimpleCov.start 'rails'
|
||||
|
||||
ENV["RAILS_ENV"] = "test"
|
||||
require 'test/unit'
|
||||
require 'mocha/setup'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue