Skip to content

Conversation

armcknight
Copy link
Member

I noticed while adding more edge case tests to #5318 that these checks were copypasta'd and not checking the correct variable contents, first introduced in #4751

@armcknight armcknight merged commit 76950aa into main Jun 20, 2025
108 of 111 checks passed
@armcknight armcknight deleted the armkcnight/fix/traces-profiles-rand-copypasta branch June 20, 2025 21:14
Copy link

codecov bot commented Jun 20, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 86.000%. Comparing base (42a36c4) to head (6c9295d).
Report is 2 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@              Coverage Diff              @@
##              main     #5447       +/-   ##
=============================================
- Coverage   86.070%   86.000%   -0.070%     
=============================================
  Files          399       398        -1     
  Lines        34553     34538       -15     
  Branches     14894     14828       -66     
=============================================
- Hits         29740     29703       -37     
- Misses        4766      4792       +26     
+ Partials        47        43        -4     
Files with missing lines Coverage Δ
Sources/Sentry/Profiling/SentryLaunchProfiling.m 89.015% <100.000%> (ø)

... and 19 files with indirect coverage changes


Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 42a36c4...6c9295d. Read the comment docs.

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

Copy link
Contributor

Performance metrics 🚀

  Plain With Sentry Diff
Startup time 1231.27 ms 1246.45 ms 15.18 ms
Size 23.75 KiB 847.69 KiB 823.95 KiB

Baseline results on branch: main

Startup times

Revision Plain With Sentry Diff
c319795 1205.12 ms 1231.20 ms 26.08 ms
eea25a8 1240.54 ms 1262.69 ms 22.15 ms
94e1968 1218.20 ms 1230.57 ms 12.37 ms
e5a239a 1225.65 ms 1249.21 ms 23.56 ms
0538fb6 1218.35 ms 1241.36 ms 23.01 ms
18d491a 1226.86 ms 1251.35 ms 24.49 ms
97e82fe 1230.71 ms 1249.67 ms 18.97 ms
c2acec5 1200.60 ms 1227.08 ms 26.48 ms
b380503 1207.23 ms 1220.02 ms 12.79 ms
df50619 1226.11 ms 1244.92 ms 18.81 ms

App size

Revision Plain With Sentry Diff
c319795 20.76 KiB 431.99 KiB 411.22 KiB
eea25a8 22.31 KiB 771.26 KiB 748.94 KiB
94e1968 21.58 KiB 614.73 KiB 593.15 KiB
e5a239a 21.58 KiB 713.49 KiB 691.91 KiB
0538fb6 21.58 KiB 683.50 KiB 661.92 KiB
18d491a 21.58 KiB 544.86 KiB 523.28 KiB
97e82fe 21.58 KiB 655.90 KiB 634.32 KiB
c2acec5 22.85 KiB 408.88 KiB 386.03 KiB
b380503 22.31 KiB 821.42 KiB 799.11 KiB
df50619 21.58 KiB 671.57 KiB 649.99 KiB

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