Skip to content

fix(detekt-rules): Correctly determine the root project#11954

Open
sschuberth wants to merge 2 commits into
mainfrom
fix-OrtPackageNaming-rule
Open

fix(detekt-rules): Correctly determine the root project#11954
sschuberth wants to merge 2 commits into
mainfrom
fix-OrtPackageNaming-rule

Conversation

@sschuberth
Copy link
Copy Markdown
Member

This did not cause violations for nested projects because the rule was skipped in that case due to pathPattern not being matched.

@sschuberth sschuberth requested a review from a team as a code owner June 5, 2026 17:06
@sschuberth sschuberth enabled auto-merge (rebase) June 5, 2026 17:06
@sschuberth sschuberth force-pushed the fix-OrtPackageNaming-rule branch 3 times, most recently from e5ba2af to 8517668 Compare June 5, 2026 17:37
This did not cause violations for nested projects because the rule was
skipped in that case due to `pathPattern` not being matched.

Signed-off-by: Sebastian Schuberth <sebastian@doubleopen.io>
Note, according to [1] this must not be regarded as a breaking change.

[1]: https://github.com/oss-review-toolkit/ort/wiki/Breaking-Change-Policy

Signed-off-by: Sebastian Schuberth <sebastian@doubleopen.io>
@sschuberth sschuberth force-pushed the fix-OrtPackageNaming-rule branch from 8517668 to abda93f Compare June 5, 2026 18:48
@codecov
Copy link
Copy Markdown

codecov Bot commented Jun 5, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 58.43%. Comparing base (f893ace) to head (abda93f).

Additional details and impacted files
@@            Coverage Diff            @@
##               main   #11954   +/-   ##
=========================================
  Coverage     58.43%   58.43%           
  Complexity     1807     1807           
=========================================
  Files           361      361           
  Lines         13499    13499           
  Branches       1383     1383           
=========================================
  Hits           7888     7888           
  Misses         5115     5115           
  Partials        496      496           
Flag Coverage Δ
test-windows-2025 41.76% <ø> (ø)

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

☔ View full report in Codecov by Harness.
📢 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.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant