Skip to content

Commit 4ca00d0

Browse files
committed
DEVOPS-306: Coverage.
1 parent b331cdb commit 4ca00d0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/tests_spec.rb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@
44
require 'simplecov'
55
SimpleCov.formatter = SimpleCov::Formatter::JSONFormatter
66
SimpleCov.start do
7-
enable_coverage :branch
7+
# Going to try disabling this until we upgrade Sonar.
8+
# https://sonarsource.atlassian.net/browse/SONARSLANG-477
9+
# enable_coverage :branch
810
end
911

1012
require 'rosette_api'

0 commit comments

Comments
 (0)