mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-11 18:26:50 +00:00
10 lines
252 B
Ruby
10 lines
252 B
Ruby
#!/bin/env ruby
|
|
# frozen_string_literal: true
|
|
|
|
--compare master
|
|
|
|
# This shouldn't be needed in undercover > 0.7.4
|
|
#
|
|
# * https://github.com/grodowski/undercover/issues/233
|
|
--exclude-files "bin/*,db/*,config/*,spec/*,engines/*/config/*,engines/*/spec/*"
|