circleci
134 of 163 new or added lines in 10 files covered. (82.21%)
5 existing lines in 1 file now uncovered.3461 of 3794 relevant lines covered (91.22%)
366.61 hits per line
|
|
module Scsb |
1✔ |
|
|
class PartnerUpdates |
1✔ |
|
|
class AttachXmlFileJobCallback |
1✔ |
|
|
def on_success(_status, options) |
1✔ |
|
NEW
|
options['xml_files'].each do |file| |
× |
|
NEW
|
File.unlink(file)
|
× |
| 7 |
end
|
|
| 8 |
end
|
|
| 9 |
end
|
|
| 10 |
end
|
|
| 11 |
end
|