Skip to content

chore: Update code style configs and bump CodeCoverage version#1168

Merged
samtrion merged 1 commit intomainfrom
chore/updated-editorconfig
Mar 27, 2026
Merged

chore: Update code style configs and bump CodeCoverage version#1168
samtrion merged 1 commit intomainfrom
chore/updated-editorconfig

Conversation

@samtrion
Copy link
Copy Markdown
Contributor

@samtrion samtrion commented Mar 27, 2026

Summary by CodeRabbit

  • Chores
    • Updated code formatting configuration patterns for consistency across file types.
    • Adjusted editor configuration settings including maximum line length constraints.
    • Upgraded testing extension package to latest version for improved code coverage functionality.

@samtrion samtrion self-assigned this Mar 27, 2026
@samtrion samtrion requested a review from a team as a code owner March 27, 2026 21:32
@samtrion samtrion requested review from benwirren and removed request for a team March 27, 2026 21:32
@samtrion samtrion added state:ready for merge Indicates that a pull request has been reviewed and approved, and is ready to be merged into the mai type:chore Indicates some housework that needs to be done. labels Mar 27, 2026
@coderabbitai
Copy link
Copy Markdown

coderabbitai bot commented Mar 27, 2026

Warning

Rate limit exceeded

@samtrion has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 24 minutes and 26 seconds before requesting another review.

Your organization is not enrolled in usage-based pricing. Contact your admin to enable usage-based pricing to continue reviews beyond the rate limit, or try again in 24 minutes and 26 seconds.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: e8a834c0-f4ca-4816-9efc-48234721ccc2

📥 Commits

Reviewing files that changed from the base of the PR and between 04f69d7 and dee2782.

📒 Files selected for processing (3)
  • .csharpierignore
  • .editorconfig
  • Directory.Packages.props

Walkthrough

Updated repository configuration: refined .csharpierignore patterns (case-insensitive nuget config and snapshot file globs), adjusted .editorconfig rules for XML files and generated/migration code handling, and bumped Microsoft.Testing.Extensions.CodeCoverage in Directory.Packages.props to 18.5.2.

Changes

Cohort / File(s) Summary
Tool Ignore Configuration
\.csharpierignore
Removed previous case-sensitive exclusions and snapshot directory globs; added case-insensitive nuget.config matcher (**/[Nn]u[Gg]et.config) and file-pattern ignores for **/*.verified.* and **/*.received.*.
Code Style and Diagnostics
.editorconfig
Increased max_line_length to 200 for various XML/project file globs; removed insert_final_newline/trim_trailing_whitespace override for [*.{received,verified}.txt]; deleted explicit dotnet_diagnostic.SA* disables; added [*.{received,verified}.*] and [**/Migrations/*.{cs,csx,vb,vbx}] sections marking files as generated and disabling analyzer diagnostics.
Package Management
Directory.Packages.props
Bumped Microsoft.Testing.Extensions.CodeCoverage version from 18.1.0 to 18.5.2.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~12 minutes

Poem

🐇 I hopped through lines of config bright,
I nudged the patterns, tuned them right,
NuGet now hears both caps and small,
Snapshots tucked, diagnostics fall,
Coverage updated — I dance all night ✨


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.

@samtrion samtrion merged commit 5de02b6 into main Mar 27, 2026
7 of 8 checks passed
@samtrion samtrion deleted the chore/updated-editorconfig branch March 27, 2026 21:32
@codecov
Copy link
Copy Markdown

codecov bot commented Mar 27, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 83.11%. Comparing base (04f69d7) to head (dee2782).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1168      +/-   ##
==========================================
- Coverage   83.82%   83.11%   -0.72%     
==========================================
  Files          88       88              
  Lines         235      225      -10     
  Branches       17       17              
==========================================
- Hits          197      187      -10     
  Misses         32       32              
  Partials        6        6              

☔ 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

state:ready for merge Indicates that a pull request has been reviewed and approved, and is ready to be merged into the mai type:chore Indicates some housework that needs to be done.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant