Skip to content

Commit

Permalink
Downgrade simplecov to work with codeclimate reporter
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisma committed Nov 17, 2021
1 parent 4dac610 commit e3b30ff
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
1 change: 0 additions & 1 deletion .github/workflows/test_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ jobs:
uses: paambaati/codeclimate-action@v3.0.0
env:
CC_TEST_REPORTER_ID: 0aca64e6290e0914c1cdb2f6625d284052f24deb20b0ecd51595f5101e0e4960
coverageLocations: "${{github.workspace}}/coverage:simplecov"

# Name of the job
deploy:
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ group :test do
# Provides one-liners to test common rails functionality, that, if written by hand, would be much longer
gem 'shoulda-matchers', '~> 5.0' # https://github.com/thoughtbot/shoulda-matchers
# Code coverage analysis tool for Ruby
gem 'simplecov', require: false # https://github.com/simplecov-ruby/simplecov
gem 'simplecov', '~> 0.17.0', require: false # https://github.com/simplecov-ruby/simplecov
end

group :production do
Expand Down
12 changes: 6 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ GEM
concurrent-ruby (~> 1.0)
jbuilder (2.11.3)
activesupport (>= 5.0.0)
json (2.6.1)
json-jwt (1.13.0)
activesupport (>= 4.2)
aes_key_wrap
Expand Down Expand Up @@ -275,12 +276,11 @@ GEM
semantic_range (3.0.0)
shoulda-matchers (5.0.0)
activesupport (>= 5.2.0)
simplecov (0.21.2)
simplecov (0.17.1)
docile (~> 1.1)
simplecov-html (~> 0.11)
simplecov_json_formatter (~> 0.1)
simplecov-html (0.12.3)
simplecov_json_formatter (0.1.3)
json (>= 1.8, < 3)
simplecov-html (~> 0.10.0)
simplecov-html (0.10.2)
spring (3.0.0)
sprockets (4.0.2)
concurrent-ruby (~> 1.0)
Expand Down Expand Up @@ -365,7 +365,7 @@ DEPENDENCIES
sass-rails (>= 6)
selenium-webdriver
shoulda-matchers (~> 5.0)
simplecov
simplecov (~> 0.17.0)
spring
sqlite3 (~> 1.4)
turbolinks (~> 5)
Expand Down

0 comments on commit e3b30ff

Please sign in to comment.