github
0 of 18 new or added lines in 4 files covered. (0.0%)
3922 existing lines in 105 files now uncovered.0 of 4086 relevant lines covered (0.0%)
0.0 hits per line
1 |
# frozen_string_literal: true
|
|
2 |
|
|
UNCOV
3
|
module Downgrade |
× |
4 |
|
|
UNCOV
5
|
def self.run |
× |
UNCOV
6
|
Downgrader.run
|
× |
UNCOV
7
|
Ereaser.run
|
× |
UNCOV
8
|
rescue Exception => e # rubocop:disable Lint/RescueException |
× |
9 |
# make sure we get notified in absolutely all cases.
|
|
10 |
Rails.logger.error("FATAL #{e}\n #{e.backtrace.join("\n ")}") |
× |
UNCOV
11
|
end
|
× |
12 |
|
|
UNCOV
13
|
end
|
× |