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.
1 parent b331cdb commit 4ca00d0Copy full SHA for 4ca00d0
tests/tests_spec.rb
@@ -4,7 +4,9 @@
4
require 'simplecov'
5
SimpleCov.formatter = SimpleCov::Formatter::JSONFormatter
6
SimpleCov.start do
7
- enable_coverage :branch
+ # Going to try disabling this until we upgrade Sonar.
8
+ # https://sonarsource.atlassian.net/browse/SONARSLANG-477
9
+ # enable_coverage :branch
10
end
11
12
require 'rosette_api'
0 commit comments