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

Named instance type assignments #193

Merged
merged 1 commit into from
Feb 7, 2025
Merged

Named instance type assignments #193

merged 1 commit into from
Feb 7, 2025

Conversation

kris-brown
Copy link
Collaborator

Addresses #192

@kris-brown kris-brown self-assigned this Jan 28, 2025
@kris-brown kris-brown added the enhancement New feature or request label Jan 28, 2025
Copy link

codecov bot commented Jan 28, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.24%. Comparing base (5b4788e) to head (459e2cd).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #193      +/-   ##
==========================================
+ Coverage   92.15%   92.24%   +0.08%     
==========================================
  Files          39       39              
  Lines        2346     2359      +13     
==========================================
+ Hits         2162     2176      +14     
+ Misses        184      183       -1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Base automatically changed from alias_fix to main February 7, 2025 04:00
fix

remove problematic docstring
@kris-brown kris-brown force-pushed the labeled_instance_sorts branch from 3185e9d to 459e2cd Compare February 7, 2025 04:02
@kris-brown kris-brown merged commit 4ebf95b into main Feb 7, 2025
11 checks passed
@kris-brown kris-brown deleted the labeled_instance_sorts branch February 7, 2025 04:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

@instance macro should be able to take named type parameters, not just an ordered list
1 participant