From 4874e3b197071d72e0bc5ea717699cdc92bdce0e Mon Sep 17 00:00:00 2001 From: Seth Herr Date: Fri, 7 Mar 2025 14:30:43 -0800 Subject: [PATCH] Add codeclimate reporter upload --- .github/workflows/ci.yml | 2 ++ Gemfile | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index eca3a796d4..178dc1efc4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -92,6 +92,8 @@ jobs: # Run tests - name: Run tests run: bundle exec rspec + - name: publish code coverage + uses: paambaati/codeclimate-action@v9.0.0 deploy_production: name: "Deploy to production" diff --git a/Gemfile b/Gemfile index 636f380878..5a19264f70 100644 --- a/Gemfile +++ b/Gemfile @@ -5,7 +5,7 @@ source "https://rubygems.org" git_source(:github) { |repo| "https://github.com/#{repo}.git" } git_source(:gitlab) { |repo| "https://gitlab.com/#{repo}.git" } -# Update .github ci.yml config if Ruby version is bumped +# Update GitHub ci.yml config if Ruby version is bumped ruby "3.3.7" # Gems that are no longer in standard library as Ruby 3.4