Skip to content

Commit

Permalink
Add codeclimate reporter upload
Browse files Browse the repository at this point in the history
  • Loading branch information
sethherr committed Mar 7, 2025
1 parent fb99727 commit 4874e3b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,8 @@ jobs:
# Run tests
- name: Run tests
run: bundle exec rspec
- name: publish code coverage
uses: paambaati/[email protected]

deploy_production:
name: "Deploy to production"
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4874e3b

Please sign in to comment.