Skip to content

fix: lint

8086f2b
Select commit
Loading
Failed to load commit list.
Open

feat: add options to restrict certain namespaces to certain login methods #2876

fix: lint
8086f2b
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded May 21, 2026 in 0s

40.79% (target 30.00%)

View this Pull Request on Codecov

40.79% (target 30.00%)

Details

Codecov Report

❌ Patch coverage is 27.61506% with 1211 lines in your changes missing coverage. Please review.
✅ Project coverage is 40.79%. Comparing base (be9d015) to head (8086f2b).
⚠️ Report is 4 commits behind head on main.

Files with missing lines Patch % Lines
...dio/src/pages/[organizationSlug]/namespace-sso.tsx 0.00% 503 Missing and 1 partial ⚠️
studio/src/pages/[organizationSlug]/settings.tsx 0.00% 385 Missing ⚠️
...lplane/src/core/bufservices/organization/whoAmI.ts 0.00% 46 Missing ⚠️
controlplane/src/core/util.ts 31.81% 30 Missing ⚠️
studio/src/components/layout/dashboard-layout.tsx 0.00% 29 Missing and 1 partial ⚠️
...io/src/components/dashboard/namespace-selector.tsx 0.00% 21 Missing ⚠️
...omponents/dashboard/namespace-gate-empty-state.tsx 0.00% 18 Missing and 1 partial ⚠️
...ufservices/schema-version/getSdlBySchemaVersion.ts 0.00% 17 Missing ⚠️
...olplane/src/core/bufservices/analytics/getTrace.ts 0.00% 14 Missing ⚠️
...ane/src/core/repositories/FeatureFlagRepository.ts 45.45% 12 Missing ⚠️
... and 36 more
Additional details and impacted files
@@             Coverage Diff             @@
##             main    #2876       +/-   ##
===========================================
- Coverage   64.47%   40.79%   -23.69%     
===========================================
  Files         319     1035      +716     
  Lines       45359   130953    +85594     
  Branches     4927     6148     +1221     
===========================================
+ Hits        29245    53421    +24176     
- Misses      16089    75776    +59687     
- Partials       25     1756     +1731     
Files with missing lines Coverage Δ
...ntrolplane/src/core/bufservices/PlatformService.ts 83.35% <100.00%> (+0.26%) ⬆️
...c/core/bufservices/feature-flag/getFeatureFlags.ts 100.00% <100.00%> (ø)
.../bufservices/federated-graph/moveFederatedGraph.ts 86.11% <100.00%> (ø)
...ufservices/organization/deleteOrganizationGroup.ts 88.81% <100.00%> (+0.58%) ⬆️
...ane/src/core/bufservices/sso/createOIDCProvider.ts 85.00% <ø> (-2.68%) ⬇️
...lplane/src/core/bufservices/sso/getOIDCProvider.ts 100.00% <100.00%> (ø)
...lane/src/core/bufservices/sso/listOIDCProviders.ts 100.00% <100.00%> (ø)
...plane/src/core/bufservices/sso/updateIDPMappers.ts 90.00% <100.00%> (+0.52%) ⬆️
.../src/core/bufservices/user/updateOrgMemberGroup.ts 71.11% <100.00%> (+0.32%) ⬆️
controlplane/src/core/build-server.ts 74.50% <100.00%> (+0.58%) ⬆️
... and 55 more

... and 705 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.