plentz / lol_dba

lol_dba is a small package of rake tasks that scan your application models and displays a list of columns that probably should be indexed. Also, it can generate .sql migration scripts.
1.59k stars 69 forks source link

Add Ruby 3.2 to CI. Quote 3.0 so it isn't truncated. #143

Closed petergoldstein closed 1 year ago

plentz commented 1 year ago

The build is failing with a weird message, we need to investigate the cause

petergoldstein commented 1 year ago

@plentz A couple of questions:

  1. Has the CodeClimate behavior for this repo changed recently? The codeclimate check in this PR isn't showing for recent commits.
  2. Is the CodeClimate step in the individual test actions even required given the codeclimate check?
  3. Was the CC_TEST_REPORTER_ID value removed from the repo's secrets, because the actions running in the PR don't seem to be able to find it.
plentz commented 1 year ago

@petergoldstein I've update codeclimate's plugin version, I think that was the problem. Can you try updating your branch with code from master?

petergoldstein commented 1 year ago

@plentz I just rebased.

plentz commented 1 year ago

I've yolo-merged it to master and it worked https://github.com/plentz/lol_dba/actions/runs/4254909459. Probably something related with running codeclimate in other repos (your clone for example)