You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I found a workaround for now as a patch, I am not sure how you are supposed to properly pass the result to SimpleCov:
diff --git a/bin/bashcov b/bin/bashcov
index d7a63c1..01340e5 100755
--- a/bin/bashcov+++ b/bin/bashcov@@ -27,6 +27,8 @@ if SimpleCov.use_merging
result = SimpleCov::ResultMerger.merged_result
end
+SimpleCov.instance_variable_set(:@result, result)+
SimpleCov.at_exit do
puts "Run completed using #{Bashcov.fullname}" unless Bashcov.mute