Skip to content

Fix RESTRICTED in python#2583

Merged
jmthomas merged 1 commit intomainfrom
py_restricted
Dec 2, 2025
Merged

Fix RESTRICTED in python#2583
jmthomas merged 1 commit intomainfrom
py_restricted

Conversation

@jmthomas
Copy link
Copy Markdown
Member

@jmthomas jmthomas commented Dec 1, 2025

closes #2539
I'd also like to create a playwright test for this in Enterprise

@codecov
Copy link
Copy Markdown

codecov bot commented Dec 1, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 79.13%. Comparing base (7fc0efe) to head (57c2ff5).
⚠️ Report is 14 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2583      +/-   ##
==========================================
- Coverage   79.17%   79.13%   -0.05%     
==========================================
  Files         662      663       +1     
  Lines       51305    51800     +495     
  Branches      735      735              
==========================================
+ Hits        40622    40993     +371     
- Misses      10603    10727     +124     
  Partials       80       80              
Flag Coverage Δ
python 81.11% <ø> (-0.19%) ⬇️
ruby-api 84.49% <ø> (+0.07%) ⬆️
ruby-backend 82.14% <ø> (ø)

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.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Copy link
Copy Markdown
Contributor

@clayandgen clayandgen left a comment

Choose a reason for hiding this comment

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

I'm guessing type was reserved for python?

Copy link
Copy Markdown
Contributor

@mcosgriff mcosgriff left a comment

Choose a reason for hiding this comment

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

It wasn't working because we were using a the name of a built-in?

@EmilyRagan
Copy link
Copy Markdown
Contributor

@jmthomas
Copy link
Copy Markdown
Member Author

jmthomas commented Dec 2, 2025

Yeah I broke it while doing an update to fix the build-in shadow as recommended by SonarQube.

@jmthomas jmthomas merged commit 380ea41 into main Dec 2, 2025
29 of 31 checks passed
@jmthomas jmthomas deleted the py_restricted branch December 2, 2025 00:21
ryan-pratt pushed a commit that referenced this pull request Dec 2, 2025
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.

RESTRICTED keyword broken for Python target

4 participants