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

Miscellaneous smaller Pub serialization improvements #9287

Merged
merged 8 commits into from
Oct 21, 2024

refactor(pub): Only use a single shared YAML instance

c643da0
Select commit
Loading
Failed to load commit list.
Merged

Miscellaneous smaller Pub serialization improvements #9287

refactor(pub): Only use a single shared YAML instance
c643da0
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Oct 18, 2024 in 0s

67.49% (+1.20%) compared to ed4bccf

View this Pull Request on Codecov

67.49% (+1.20%) compared to ed4bccf

Details

Codecov Report

Attention: Patch coverage is 85.71429% with 2 lines in your changes missing coverage. Please review.

Project coverage is 67.49%. Comparing base (ed4bccf) to head (c643da0).

Files with missing lines Patch % Lines
...kage-managers/pub/src/main/kotlin/model/Pubspec.kt 83.33% 1 Missing and 1 partial ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               main    #9287      +/-   ##
============================================
+ Coverage     66.29%   67.49%   +1.20%     
+ Complexity     1201     1198       -3     
============================================
  Files           239      241       +2     
  Lines          8446     8494      +48     
  Branches        905      899       -6     
============================================
+ Hits           5599     5733     +134     
+ Misses         2478     2399      -79     
+ Partials        369      362       -7     

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