We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 548a471 + 1a2bd7f commit a10a3a9Copy full SHA for a10a3a9
lib/simplecov-html.rb
@@ -27,7 +27,7 @@ def initialize
27
def format(result)
28
unless @inline_assets
29
Dir[File.join(@public_assets_dir, "*")].each do |path|
30
- FileUtils.cp_r(path, asset_output_path)
+ FileUtils.cp_r(path, asset_output_path, remove_destination: true)
31
end
32
33
0 commit comments