push
github
0 of 30 new or added lines in 2 files covered. (0.0%)
1853 existing lines in 54 files now uncovered.0 of 2026 relevant lines covered (0.0%)
0.0 hits per line
UNCOV
1
|
require 'unleash/bootstrap/provider/base'
|
× |
2 |
|
|
UNCOV
3
|
module Unleash |
× |
UNCOV
4
|
module Bootstrap |
× |
UNCOV
5
|
module Provider |
× |
UNCOV
6
|
class FromFile < Base |
× |
7 |
# @param file_path [String]
|
|
UNCOV
8
|
def self.read(file_path) |
× |
UNCOV
9
|
File.read(file_path)
|
× |
10 |
end
|
|
11 |
end
|
|
12 |
end
|
|
13 |
end
|
|
14 |
end
|