1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
|
Description: remove simplecov/codecov from test helpers
Forwarded: not-needed
Last-Update: 2023-06-13
Author: Cédric Boutillier <boutil@debian.org>
--- a/adsf-live/test/helper.rb
+++ b/adsf-live/test/helper.rb
@@ -1,9 +1,5 @@
# frozen_string_literal: true
-require 'simplecov'
-SimpleCov.start
-SimpleCov.command_name 'test:adsf-live'
-
require 'faye/websocket'
require 'rack/test'
require 'minitest/autorun'
--- a/adsf/test/helper.rb
+++ b/adsf/test/helper.rb
@@ -1,9 +1,5 @@
# frozen_string_literal: true
-require 'simplecov'
-SimpleCov.start
-SimpleCov.command_name 'test:adsf'
-
require 'faye/websocket'
require 'rack/test'
require 'minitest/autorun'
|