lib/spec_helper.rb in streamdal-0.0.4 vs lib/spec_helper.rb in streamdal-0.0.5
- old
+ new
@@ -1,5 +1,7 @@
require 'simplecov'
+require 'simplecov_json_formatter'
+SimpleCov.formatter = SimpleCov::Formatter::JSONFormatter
SimpleCov.start
# This environment variable exists so that we can run WASM tests
# via the CI process for libs/wasm* and not just through the CI
# of the ruby-sdk