Skip to content

Commit

Permalink
Remove Coverails
Browse files Browse the repository at this point in the history
  • Loading branch information
lbeder committed Nov 11, 2024
1 parent 7a14202 commit df42de7
Show file tree
Hide file tree
Showing 9 changed files with 2,018 additions and 7 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
Gemfile.lock
pkg
tmp
coverage
gemfiles/*gemfile.lock
vendor/bundle
.bundle
Expand Down
1 change: 0 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ source 'https://rubygems.org'
gem 'appraisal'
gem 'capybara'
gem 'capybara-screenshot'
gem 'coveralls_reborn'
gem 'database_cleaner'
gem 'delayed_job_active_record', '>= 4.1'
gem 'mock_redis'
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

[![Gem Version](https://badge.fury.io/rb/health-monitor-rails.svg)](http://badge.fury.io/rb/health-monitor-rails)
[![Build Status](https://github.com/lbeder/health-monitor-rails/actions/workflows/ci.yml/badge.svg)](https://github.com/lbeder/health-monitor-rails/actions/workflows/ci.yml)
[![Coverage Status](https://coveralls.io/repos/lbeder/health-monitor-rails/badge.svg)](https://coveralls.io/r/lbeder/health-monitor-rails)

This is a health monitoring Rails mountable plug-in, which checks various services (db, cache, sidekiq, redis, etc.).

Expand Down
5 changes: 5 additions & 0 deletions coverage/.last_run.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"result": {
"line": 99.17
}
}
Loading

0 comments on commit df42de7

Please sign in to comment.