Skip to content

Commit

Permalink
codecoverage
Browse files Browse the repository at this point in the history
  • Loading branch information
apricot13 committed Mar 26, 2024
1 parent 7a957a1 commit 7afb69d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,4 +91,4 @@ jobs:
bundle exec rspec
- name: Upload report to Codecov
uses: codecov/codecov-action@v2
uses: codecov/codecov-action@v3
3 changes: 1 addition & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,11 @@ end

group :test do
gem 'capybara', '>= 2.15'
gem 'codecov', require: false
gem 'selenium-webdriver'
gem 'database_cleaner'
gem 'shoulda-matchers'
gem 'factory_bot_rails'
gem 'simplecov'
gem 'simplecov', require: false
gem 'simplecov-cobertura'
end

Expand Down
3 changes: 0 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,6 @@ GEM
closure_tree (7.4.0)
activerecord (>= 4.2.10)
with_advisory_lock (>= 4.0.0)
codecov (0.5.2)
simplecov (>= 0.15, < 0.22)
concurrent-ruby (1.1.9)
crass (1.0.6)
database_cleaner (2.0.2)
Expand Down Expand Up @@ -438,7 +436,6 @@ DEPENDENCIES
byebug
capybara (>= 2.15)
closure_tree
codecov
database_cleaner
devise
devise-security
Expand Down

0 comments on commit 7afb69d

Please sign in to comment.