• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

praxis / praxis / #762

17 Jul 2023 04:35PM UTC coverage: 39.118% (-21.1%) from 60.213%
#762

push

coveralls-ruby

web-flow
check default_for_null to expose it as nullable if that's the default behavior, regardless of no null: key passed in in an attribute (#396)

Co-authored-by: Josep M. Blanquer <blanquer@C02F20XQMD6W.local>

1357 of 3469 relevant lines covered (39.12%)

0.61 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

66.67
/lib/praxis/bootloader_stages/plugin_setup.rb
1
# frozen_string_literal: true
2

3
module Praxis
1✔
4
  module BootloaderStages
1✔
5
    class PluginSetup < Stage
1✔
6
      def execute
1✔
7
        application.plugins.each do |_config_key, plugin|
×
8
          plugin.setup!
×
9
        end
10
      end
11
    end
12
  end
13
end
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc