Skip to content

fix: Allow first build complete to be any number format#2527

Merged
fuzzybinary merged 1 commit into
developfrom
jward/fix-first-build-complete
Mar 7, 2025
Merged

fix: Allow first build complete to be any number format#2527
fuzzybinary merged 1 commit into
developfrom
jward/fix-first-build-complete

Conversation

@fuzzybinary

Copy link
Copy Markdown
Member

What does this PR do?

Allow the Flutter First Build Complete vital to be any numeric type, then convert it to long when creating the Performance structure.

Motivation

Flutter will truncate Longs down to Ints if they are below a certain value, which was causing the as? Long cast to fail

Additional Notes

Anything else we should know when reviewing?

Review checklist (to be filled by reviewers)

  • Feature or bugfix MUST have appropriate tests (unit, integration, e2e)
  • Make sure you discussed the feature or bugfix with the maintaining team in an Issue
  • Make sure each commit and the PR mention the Issue number (cf the CONTRIBUTING doc)

@fuzzybinary
fuzzybinary requested review from a team as code owners March 6, 2025 20:29
@codecov-commenter

codecov-commenter commented Mar 6, 2025

Copy link
Copy Markdown

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 70.05%. Comparing base (a9007ed) to head (9843042).
Report is 4 commits behind head on develop.

Additional details and impacted files
@@             Coverage Diff             @@
##           develop    #2527      +/-   ##
===========================================
- Coverage    70.07%   70.05%   -0.03%     
===========================================
  Files          796      796              
  Lines        29970    29972       +2     
  Branches      5016     5013       -3     
===========================================
- Hits         21001    20994       -7     
- Misses        7574     7584      +10     
+ Partials      1395     1394       -1     
Files with missing lines Coverage Δ
.../android/rum/internal/domain/scope/RumViewScope.kt 94.51% <100.00%> (-0.12%) ⬇️

... and 27 files with indirect coverage changes

🚀 New features to boost your workflow:
  • Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@fuzzybinary
fuzzybinary merged commit 8c7108d into develop Mar 7, 2025
@fuzzybinary
fuzzybinary deleted the jward/fix-first-build-complete branch March 7, 2025 12:17
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.

4 participants