Skip to content

🧹 chore: Add support for codespell in spell-check workflow#3850

Merged
ReneWerner87 merged 7 commits intomainfrom
codespell-ci
Nov 8, 2025
Merged

🧹 chore: Add support for codespell in spell-check workflow#3850
ReneWerner87 merged 7 commits intomainfrom
codespell-ci

Conversation

@gaby
Copy link
Member

@gaby gaby commented Nov 7, 2025

Description

  • Adds support for using codespell during spell check workflow.

Related to #3847

@gaby gaby requested a review from a team as a code owner November 7, 2025 13:07
@gaby gaby requested review from Copilot and sixcolors November 7, 2025 13:07
@gaby gaby requested review from ReneWerner87 and efectn November 7, 2025 13:07
@gemini-code-assist
Copy link
Contributor

Note

Gemini is unable to generate a summary for this pull request due to the file types involved not being currently supported.

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Nov 7, 2025

Important

Review skipped

Review was skipped due to path filters

⛔ Files ignored due to path filters (1)
  • .github/workflows/spell-check.yml is excluded by !**/*.yml

CodeRabbit blocks several paths by default. You can override this behavior by explicitly including those paths in the path filters. For example, including **/dist/** will override the default block on the dist directory, by removing the pattern from both the lists.

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

✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch codespell-ci

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.

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR adds codespell as an additional spell-checking tool to the existing spell-check workflow, complementing the already configured cspell tool.

Key Changes:

  • Adds the codespell-project/actions-codespell@v2 action as a new step in the spell-check workflow

@codecov
Copy link

codecov bot commented Nov 7, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 92.14%. Comparing base (71841e4) to head (57eb6b0).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3850      +/-   ##
==========================================
+ Coverage   92.10%   92.14%   +0.04%     
==========================================
  Files         115      115              
  Lines        9754     9754              
==========================================
+ Hits         8984     8988       +4     
+ Misses        490      486       -4     
  Partials      280      280              
Flag Coverage Δ
unittests 92.14% <ø> (+0.04%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@gaby gaby added the v3 label Nov 7, 2025
@ReneWerner87 ReneWerner87 added this to v3 Nov 7, 2025
@ReneWerner87 ReneWerner87 added this to the v3 milestone Nov 7, 2025
@ReneWerner87 ReneWerner87 merged commit 1341390 into main Nov 8, 2025
11 checks passed
@ReneWerner87 ReneWerner87 deleted the codespell-ci branch November 8, 2025 14:55
@github-project-automation github-project-automation bot moved this to Done in v3 Nov 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

3 participants