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

Bundle Analysis: fix routes and add sizes to RouteChange #449

Merged
merged 1 commit into from
Dec 5, 2024

Conversation

JerrySentry
Copy link
Contributor

@JerrySentry JerrySentry commented Dec 5, 2024

Will need the absolute sizes for Route in PR comments

Legal Boilerplate

Look, I get it. The entity doing business as "Sentry" was incorporated in the State of Delaware in 2015 as Functional Software, Inc. In 2022 this entity acquired Codecov and as result Sentry is going to need some rights from me in order to utilize my contributions in this PR. So here's the deal: I retain all rights, title and interest in and to my contributions, and by keeping this boilerplate intact I confirm that Sentry can use, modify, copy, and redistribute my contributions, under Sentry's choice of terms.

@@ -304,8 +304,10 @@ def routes(self) -> Dict[str, List[AssetReport]]:
"""
route_map = defaultdict(list)
for asset_report in self.asset_reports():
for route in asset_report.routes():
route_map[route].append(asset_report)
Copy link
Contributor Author

Choose a reason for hiding this comment

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

fixes a bug where routes is null

@JerrySentry JerrySentry marked this pull request as ready for review December 5, 2024 23:35
@JerrySentry JerrySentry added this pull request to the merge queue Dec 5, 2024
Merged via the queue into main with commit 2262286 Dec 5, 2024
6 checks passed
@JerrySentry JerrySentry deleted the dec_05_pr_comment branch December 5, 2024 23:59
Copy link

codecov bot commented Dec 5, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 89.98%. Comparing base (cda7ef6) to head (570e388).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #449      +/-   ##
==========================================
- Coverage   90.54%   89.98%   -0.56%     
==========================================
  Files         400      324      -76     
  Lines       12445     9218    -3227     
  Branches     2097     1636     -461     
==========================================
- Hits        11268     8295    -2973     
+ Misses       1069      860     -209     
+ Partials      108       63      -45     
Flag Coverage Δ
shared-docker-uploader ?

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.

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.

2 participants