diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 36569f5..c1afc9c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -45,24 +45,24 @@ jobs: cache-version: 1 - name: Run tests run: bundle exec rspec - - name: Code Coverage Summary - uses: irongut/CodeCoverageSummary@v1.3.0 - with: - filename: coverage/coverage.xml - badge: true - fail_below_min: true - format: markdown - hide_branch_rate: false - hide_complexity: true - indicators: true - output: both - # thresholds: '60 80' - - name: Add Coverage PR Comment - uses: marocchino/sticky-pull-request-comment@v2 - if: github.event_name == 'pull_request' - with: - recreate: true - path: code-coverage-results.md + # - name: Code Coverage Summary + # uses: irongut/CodeCoverageSummary@v1.3.0 + # with: + # filename: coverage/coverage.xml + # badge: true + # fail_below_min: true + # format: markdown + # hide_branch_rate: false + # hide_complexity: true + # indicators: true + # output: both + # # thresholds: '60 80' + # - name: Add Coverage PR Comment + # uses: marocchino/sticky-pull-request-comment@v2 + # if: github.event_name == 'pull_request' + # with: + # recreate: true + # path: code-coverage-results.md test: runs-on: ubuntu-latest needs: rubocop diff --git a/lib/sidekiq_alive.rb b/lib/sidekiq_alive.rb index c1e7eb3..c020ed8 100644 --- a/lib/sidekiq_alive.rb +++ b/lib/sidekiq_alive.rb @@ -8,7 +8,6 @@ require "sidekiq_alive/helpers" require "sidekiq_alive/redis" - module SidekiqAlive HOSTNAME_REGISTRY = "sidekiq-alive-hostnames" class << self