Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(hybridcloud) Enable stricter types on more modules #70818

Merged
merged 3 commits into from
May 14, 2024

Conversation

markstory
Copy link
Member

Move a few more modules into the stricter allow list.

Move a few more modules into the stricter allow list.
@markstory markstory requested a review from a team May 13, 2024 21:55
@markstory markstory requested a review from a team as a code owner May 13, 2024 21:55
@github-actions github-actions bot added the Scope: Backend Automatically applied to PRs that change backend components label May 13, 2024
@@ -68,11 +69,11 @@ class RegionDirectoryTest(TestCase):

@staticmethod
@contextmanager
def _in_global_state(directory: RegionDirectory):
def _in_global_state(directory: RegionDirectory) -> Any:
Copy link
Member

Choose a reason for hiding this comment

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

Generator[None, None, None]

Copy link

codecov bot commented May 13, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 80.02%. Comparing base (ff87f5e) to head (9dd0c9e).
Report is 2 commits behind head on master.

❗ Current head 9dd0c9e differs from pull request most recent head 422da91. Consider uploading reports for the commit 422da91 to get more accurate results

Additional details and impacted files
@@             Coverage Diff             @@
##           master   #70818       +/-   ##
===========================================
+ Coverage   57.71%   80.02%   +22.30%     
===========================================
  Files        6498     6504        +6     
  Lines      290390   290775      +385     
  Branches    50068    50119       +51     
===========================================
+ Hits       167603   232679    +65076     
+ Misses     122346    57659    -64687     
+ Partials      441      437        -4     

see 2137 files with indirect coverage changes

Copy link
Member

@asottile-sentry asottile-sentry left a comment

Choose a reason for hiding this comment

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

@markstory markstory enabled auto-merge (squash) May 14, 2024 13:53
@markstory markstory merged commit e245806 into master May 14, 2024
45 checks passed
@markstory markstory deleted the chore-add-strict-types branch May 14, 2024 14:20
@github-actions github-actions bot locked and limited conversation to collaborators May 30, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Scope: Backend Automatically applied to PRs that change backend components
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants