mirror of
https://github.com/jekyll/jekyll.git
synced 2026-04-28 03:01:03 -04:00
Removes the following deprecation warning:
'method adapters is deprecated. use profiles instead' This warning was showing up because the project was using the gem 'simplecov-gem-adapter' which uses the old syntax. * Remove the gem dependency * Add a profile with the same setup that the gem has
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
require 'simplecov'
|
||||
require 'simplecov-gem-adapter'
|
||||
require 'simplecov_custom_profile'
|
||||
SimpleCov.start('gem') do
|
||||
add_filter "/vendor/bundle"
|
||||
add_filter "/vendor/gem"
|
||||
|
||||
Reference in New Issue
Block a user