Skip to content

chore: remove CodeFlash integration#11670

Merged
ogabrielluiz merged 2 commits into
mainfrom
feat/deactivate-codeflash
Mar 2, 2026
Merged

chore: remove CodeFlash integration#11670
ogabrielluiz merged 2 commits into
mainfrom
feat/deactivate-codeflash

Conversation

@ogabrielluiz
Copy link
Copy Markdown
Contributor

@ogabrielluiz ogabrielluiz commented Feb 9, 2026

Summary

  • Remove CodeFlash GitHub Actions workflow, dependencies, and configuration
  • CodeFlash was generating spam PRs against the repository and is no longer needed

Summary by CodeRabbit

  • Chores
    • Removed development optimization tooling and associated workflow automation to streamline the development environment.

Remove CodeFlash dependency, CI workflow, and configuration as it is no longer used.
@github-actions github-actions Bot added the community Pull Request from an external contributor label Feb 9, 2026
@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented Feb 9, 2026

Important

Review skipped

Auto incremental reviews are disabled on this repository.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review

Walkthrough

This PR removes the codeflash code optimization tool from the project by deleting the associated GitHub Actions workflow, removing the dev dependency, and eliminating all related configuration settings.

Changes

Cohort / File(s) Summary
Codeflash Tooling Removal
.github/workflows/codeflash.yml, pyproject.toml, src/backend/base/pyproject.toml
Deleted codeflash GitHub Actions workflow (37 lines), removed codeflash>=0.8.4 dev dependency, and eliminated entire [tool.codeflash] configuration block including module-root, tests-root, test-framework, ignore-paths, formatter-cmds, and pytest-cmd settings.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~5 minutes

🚥 Pre-merge checks | ✅ 7
✅ Passed checks (7 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title 'chore: remove CodeFlash integration' accurately and concisely describes the main change across all modified files (workflow deletion, dependency removal, and configuration cleanup).
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Test Coverage For New Implementations ✅ Passed This PR removes CodeFlash integration (workflow, dependencies, configuration) without introducing new functionality, bug fixes, or features that would require test coverage.
Test Quality And Coverage ✅ Passed The Test Quality and Coverage check is not applicable to this PR as it exclusively removes existing CodeFlash integration components without implementing new functionality.
Test File Naming And Structure ✅ Passed This check is not applicable to the pull request. The PR exclusively removes CodeFlash integration by deleting a workflow file and removing related dependencies and configurations from pyproject.toml files. No test files are modified, added, or removed in this PR, so the test file naming and structure verification requirements do not apply to these changes.
Excessive Mock Usage Warning ✅ Passed The custom check regarding excessive mock usage in tests is not applicable to this pull request. No test files were modified, created, or deleted, and no mock objects or test design elements were touched.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch feat/deactivate-codeflash

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@codecov
Copy link
Copy Markdown

codecov Bot commented Feb 9, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 36.40%. Comparing base (355c589) to head (1105d0a).
⚠️ Report is 2 commits behind head on main.

❌ Your project status has failed because the head coverage (41.49%) is below the target coverage (60.00%). You can increase the head coverage or adjust the target coverage.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main   #11670   +/-   ##
=======================================
  Coverage   36.39%   36.40%           
=======================================
  Files        1570     1570           
  Lines       76674    76674           
  Branches    11635    11635           
=======================================
+ Hits        27906    27911    +5     
+ Misses      47190    47184    -6     
- Partials     1578     1579    +1     
Flag Coverage Δ
backend 56.35% <ø> (+0.02%) ⬆️
frontend 19.80% <ø> (ø)
lfx 41.49% <ø> (-0.01%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.
see 9 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Copy link
Copy Markdown
Collaborator

@Adam-Aghili Adam-Aghili left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Agree

@github-actions github-actions Bot added the lgtm This PR has been approved by a maintainer label Feb 19, 2026
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Mar 2, 2026

Frontend Unit Test Coverage Report

Coverage Summary

Lines Statements Branches Functions
Coverage: 22%
22.04% (7566/34320) 14.69% (3947/26855) 14.88% (1081/7261)

Unit Test Results

Tests Skipped Failures Errors Time
2507 0 💤 0 ❌ 0 🔥 41.51s ⏱️

@ogabrielluiz ogabrielluiz added this pull request to the merge queue Mar 2, 2026
Merged via the queue into main with commit a5c8bf2 Mar 2, 2026
92 of 93 checks passed
@ogabrielluiz ogabrielluiz deleted the feat/deactivate-codeflash branch March 2, 2026 20:50
HimavarshaVS pushed a commit that referenced this pull request Mar 10, 2026
Remove CodeFlash dependency, CI workflow, and configuration as it is no longer used.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

community Pull Request from an external contributor ignore-for-release lgtm This PR has been approved by a maintainer

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants