░▒▓████████████████████████████████▓▒░ ░▒▓█ ▓▒░ ░▒▓█ ~ S W A M P ~ ▓▒░ ░▒▓█ ▓▒░ ░▒▓████████████████████████████████▓▒░
pplmvsvm
LOCATION:
/var/www/canvas/vendor/bundle/ruby/3.1.0/gems/inst_access-0.1.1/spec
☗ ROOT
↻ REFRESH
✎ CARVE FLESH
EDITING: initialize_coverage.rb
# frozen_string_literal: true begin require 'simplecov' require 'simplecov-json' SimpleCov.formatters = [ SimpleCov::Formatter::HTMLFormatter, SimpleCov::Formatter::JSONFormatter ] SimpleCov.start do enable_coverage :branch add_filter '/spec/' end unless ENV.key?('TEST_ENV_NUMBER') || ENV['DISABLE_MINIMUM_COVERAGE'] # SimpleCov supports merging coverage results from parallel test runs, # but it doesn't support a global minimum coverage check when running in # parallel, so builds fail because subsets of the tests return < min%. SimpleCov.minimum_coverage(98) SimpleCov.maximum_coverage_drop(3) SimpleCov.minimum_coverage_by_file(78) end rescue LoadError => e puts "Error: #{e}" end
CANCEL
Name
Type
Size
Modified
Actions
↩ ..
DIR
—
—
📁 inst_access/
DIR
—
2023-09-24 03:48
📄 initialize_coverage.rb
RB
750 B
2023-09-24 03:48
EDIT
📄 spec_helper.rb
RB
839 B
2023-09-24 03:48
EDIT