Questions tagged [code-climate]

Code Climate is a cutting-edge tool designed to automate and streamline the code review process.

Looking for a more efficient approach for my CircleCI testing process

My current CircleCI yaml file runs a separate test script for each app, which is not "DRY." I believe a better solution would be to run the test script from the root directory and loop over each app. However, I'm having trouble figuring out how to do that. ...