Skip to content

Conversation

@fqueze
Copy link
Contributor

@fqueze fqueze commented Nov 6, 2025

@codecov
Copy link

codecov bot commented Nov 6, 2025

Codecov Report

❌ Patch coverage is 71.42857% with 2 lines in your changes missing coverage. Please review.
✅ Project coverage is 85.63%. Comparing base (d442348) to head (b145b27).
⚠️ Report is 10 commits behind head on main.

Files with missing lines Patch % Lines
src/components/timeline/FullTimeline.tsx 50.00% 1 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #5656      +/-   ##
==========================================
- Coverage   85.63%   85.63%   -0.01%     
==========================================
  Files         312      312              
  Lines       30867    30874       +7     
  Branches     8490     8497       +7     
==========================================
+ Hits        26434    26439       +5     
- Misses       4009     4010       +1     
- Partials      424      425       +1     

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Copy link
Contributor

@mstange mstange left a comment

Choose a reason for hiding this comment

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

Seems reasonable to me!

hiddenTrackCount={hiddenTrackCount}
changeRightClickedTrack={changeRightClickedTrack}
/>
{hiddenTrackCount.total > 1 ? (
Copy link
Contributor

Choose a reason for hiding this comment

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

Not caused by this patch, but I find hiddenTrackCount to be a very confusing variable name. This if check is checking the total track count.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I was also confused while working on the patch! But it's not just the variable name, the selector is also named getHiddenTrackCount, and the type is called HiddenTrackCount. Would you like another PR to s/HiddenTrackCount/TrackCount/g?

Copy link
Contributor

Choose a reason for hiding this comment

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

Yes please :)

@fqueze fqueze enabled auto-merge (squash) November 6, 2025 20:27
@fqueze fqueze merged commit 9f99ec8 into firefox-devtools:main Nov 6, 2025
12 of 13 checks passed
@fqueze fqueze deleted the hide-track-selection-ui-in-single-track-profiles branch November 6, 2025 20:28
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