diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 3c30f04..af8dc42 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -6,6 +6,9 @@ on: pull_request: branches: [main] +env: + CC_TEST_REPORTER_ID: 5cfed40102c670b5c9e509730782b751939ddbe53fc57c317b718f635bab1ce8 + jobs: test: runs-on: ubuntu-latest @@ -81,5 +84,3 @@ jobs: - name: Test & publish code coverage uses: paambaati/codeclimate-action@v3.2.0 - env: - CC_TEST_REPORTER_ID: 5cfed40102c670b5c9e509730782b751939ddbe53fc57c317b718f635bab1ce8 diff --git a/Gemfile b/Gemfile index cb85077..ae6b939 100644 --- a/Gemfile +++ b/Gemfile @@ -17,6 +17,5 @@ gem 'rspec', '~> 3.13' gem 'rubocop', '~> 1.68' gem 'rubocop-rake', '~> 0.6' gem 'rubocop-rspec', '~> 3.2' +gem 'simplecov', '~> 0.22.0' gem 'sinatra', '~> 4.1' -# Limit simplecov to 0.17.x due to https://github.com/codeclimate/test-reporter/issues/413 -gem 'simplecov', '~> 0.17', '< 0.18'