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

feat: use private static fields to store constant typeParameters where possible #1606

Merged
merged 1 commit into from
Dec 2, 2023

feat: use `private static` fields to store constant `typeParameters` …

a54d24e
Select commit
Loading
Failed to load commit list.
Merged

feat: use private static fields to store constant typeParameters where possible #1606

feat: use `private static` fields to store constant `typeParameters` …
a54d24e
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Nov 27, 2023 in 0s

87.81% (+0.00%) compared to 52151a2

View this Pull Request on Codecov

87.81% (+0.00%) compared to 52151a2

Details

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (52151a2) 87.81% compared to head (a54d24e) 87.81%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1606   +/-   ##
=======================================
  Coverage   87.81%   87.81%           
=======================================
  Files          33       33           
  Lines        2347     2347           
  Branches      294      294           
=======================================
  Hits         2061     2061           
  Misses        207      207           
  Partials       79       79           

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