circleci
1 of 3 new or added lines in 1 file covered. (33.33%)
2215 existing lines in 93 files now uncovered.1294 of 3804 relevant lines covered (34.02%)
0.99 hits per line
|
UNCOV
1
|
module Import |
× |
|
UNCOV
2
|
module Partner |
× |
|
UNCOV
3
|
class ValidateCsvJob |
× |
|
UNCOV
4
|
include Sidekiq::Job |
× |
|
UNCOV
5
|
def perform(dump_id, institution, _file_prefix) |
× |
|
UNCOV
6
|
file = Scsb::PartnerUpdates::Full.download_full_file(institution, 'csv') |
× |
|
UNCOV
7
|
Scsb::PartnerUpdates::Full.validate_csv(dump_id, file, institution) |
× |
|
UNCOV
8
|
end
|
× |
|
UNCOV
9
|
end
|
× |
|
UNCOV
10
|
end
|
× |
|
UNCOV
11
|
end
|
× |