circleci
30 of 30 new or added lines in 5 files covered. (100.0%)
211 of 337 relevant lines covered (62.61%)
2.7 hits per line
1 |
module Pulsar |
1✔ |
2 |
class Cleanup |
1✔ |
3 |
include Interactor
|
1✔ |
4 |
include Pulsar::Validator |
1✔ |
5 |
|
|
6 |
def call |
1✔ |
7 |
FileUtils.rm_rf(context.run_path)
|
× |
8 |
end
|
|
9 |
end
|
|
10 |
end
|