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 8b8e2a7 commit 9e61cd7Copy full SHA for 9e61cd7
elasticsearch-api/spec/spec_helper.rb
@@ -14,9 +14,12 @@
14
# KIND, either express or implied. See the License for the
15
# specific language governing permissions and limitations
16
# under the License.
17
-if ENV['COVERAGE'] && ENV['CI'].nil?
+if ENV['COVERAGE']
18
require 'simplecov'
19
- SimpleCov.start { add_filter %r{^/test|spec/} }
+ SimpleCov.start do
20
+ add_filter %r{^/test|spec/}
21
+ add_filter 'utils/thor'
22
+ end
23
end
24
25
if defined?(JRUBY_VERSION)
0 commit comments