Merge pull request #15827 from CartoDB/amiedes-fix-coverband-resque

Fix Coverband - Resque integration
pull/15829/head
Alberto Miedes Garcés 4 years ago committed by GitHub
commit 3335f690d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -21,6 +21,7 @@ Development
* Bump version of cartodb-common module to v0.3.6 [#15820](https://github.com/CartoDB/cartodb/pull/15820)
* Setup Coverband dead code detector [https://github.com/CartoDB/cartodb/pull/15811](https://github.com/CartoDB/cartodb/pull/15811)
* Include LoggerHelper as class methods in models [https://github.com/CartoDB/cartodb/pull/15824](https://github.com/CartoDB/cartodb/pull/15824)
* Fix Coverband - Resque integration [#15827](https://github.com/CartoDB/cartodb/pull/15827)
4.41.1 (2020-09-03)
-------------------

@ -1,3 +1,6 @@
# Load the ::Resque constant manually so Coverband installs the corresponding hooks
# https://github.com/danmayer/coverband/blob/v5.0.1/lib/coverband.rb#L114
require 'resque'
require 'coverband'
Coverband.configure do |config|

Loading…
Cancel
Save