.simplecov in contrast-agent-3.10.2 vs .simplecov in contrast-agent-3.11.0
- old
+ new
@@ -1,4 +1,7 @@
-SimpleCov.minimum_coverage 92.30
+# Copyright (c) 2020 Contrast Security, Inc. See https://www.contrastsecurity.com/enduser-terms-0317a for more details.
+# frozen_string_literal: true
+
+SimpleCov.minimum_coverage line: 92.30
SimpleCov.start do
add_filter '/spec/'
-end
\ No newline at end of file
+end