mirror of
https://github.com/TracksApp/tracks.git
synced 2026-01-05 16:58:50 +01:00
move coverage to ci rake task
This commit is contained in:
parent
ae11f09d2f
commit
406eb47db7
4 changed files with 17 additions and 26 deletions
|
|
@ -1,12 +1,4 @@
|
|||
# test coverage from codeclimate
|
||||
require "codeclimate-test-reporter"
|
||||
CodeClimate::TestReporter.start
|
||||
|
||||
# local test coverage
|
||||
require 'simplecov'
|
||||
SimpleCov.start 'rails'
|
||||
|
||||
ENV["RAILS_ENV"] = "test"
|
||||
ENV["RAILS_ENV"] ||= "test"
|
||||
require 'test/unit'
|
||||
require 'mocha/setup'
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue