Skip to content

Commit

Permalink
disable coverage for now
Browse files Browse the repository at this point in the history
  • Loading branch information
arturictus committed Jul 21, 2023
1 parent f5a16cc commit b7d77d0
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 19 deletions.
36 changes: 18 additions & 18 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,24 +45,24 @@ jobs:
cache-version: 1
- name: Run tests
run: bundle exec rspec
- name: Code Coverage Summary
uses: irongut/[email protected]
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/[email protected]
# 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
Expand Down
1 change: 0 additions & 1 deletion lib/sidekiq_alive.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
require "sidekiq_alive/helpers"
require "sidekiq_alive/redis"


module SidekiqAlive
HOSTNAME_REGISTRY = "sidekiq-alive-hostnames"
class << self
Expand Down

0 comments on commit b7d77d0

Please sign in to comment.