mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-16 23:30:12 +01:00
remove simplecov since we now have coverage reporting on Code Climate
This commit is contained in:
parent
067db90d58
commit
07a3962d7d
3 changed files with 7 additions and 5 deletions
|
|
@ -1,5 +1,6 @@
|
|||
require 'simplecov'
|
||||
SimpleCov.start 'rails'
|
||||
# test coverage from codeclimate
|
||||
require "codeclimate-test-reporter"
|
||||
CodeClimate::TestReporter.start
|
||||
|
||||
ENV["RAILS_ENV"] = "test"
|
||||
require 'test/unit'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue