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

chore: Test HybridSDK subspec #3031

Merged
merged 14 commits into from
May 17, 2023
Merged

chore: Test HybridSDK subspec #3031

merged 14 commits into from
May 17, 2023

Conversation

brustolin
Copy link
Contributor

@brustolin brustolin commented May 15, 2023

Added a workflow to test whether Sentry/HybridSDK podspec dependency is compiling properly for hybrid SDKs.

This was raised because of #3017

closes #3021

#skip-changelog

@codecov
Copy link

codecov bot commented May 15, 2023

Codecov Report

Merging #3031 (9537fe6) into main (31208ed) will decrease coverage by 0.058%.
The diff coverage is n/a.

Additional details and impacted files

Impacted file tree graph

@@              Coverage Diff              @@
##              main     #3031       +/-   ##
=============================================
- Coverage   88.845%   88.788%   -0.058%     
=============================================
  Files          492       492               
  Lines        52966     52973        +7     
  Branches     18967     18973        +6     
=============================================
- Hits         47058     47034       -24     
- Misses        4950      4978       +28     
- Partials       958       961        +3     

see 9 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 31208ed...9537fe6. Read the comment docs.

Copy link
Member

@philipphofmann philipphofmann left a comment

Choose a reason for hiding this comment

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

Before merging this, please add the error fixed in #3017 back, push the branch, and check if the newly added CI job fails. Then we can merge this. Thanks 👍

.github/workflows/lint.yml Outdated Show resolved Hide resolved
.github/workflows/lint.yml Outdated Show resolved Hide resolved
brustolin and others added 3 commits May 16, 2023 17:43
Co-authored-by: Philipp Hofmann <philipp.hofmann@sentry.io>
@github-actions
Copy link

github-actions bot commented May 16, 2023

Performance metrics 🚀

  Plain With Sentry Diff
Startup time 1254.08 ms 1271.50 ms 17.42 ms
Size 20.76 KiB 435.26 KiB 414.50 KiB

Baseline results on branch: main

Startup times

Revision Plain With Sentry Diff
8f397a7 1251.82 ms 1268.34 ms 16.52 ms
326b7eb 1252.86 ms 1259.56 ms 6.70 ms
630ddf4 1216.50 ms 1235.94 ms 19.44 ms
f576153 1210.02 ms 1228.94 ms 18.92 ms
407ff99 1190.89 ms 1237.18 ms 46.29 ms
21fd61f 1226.42 ms 1247.52 ms 21.10 ms
904d7fa 1225.73 ms 1249.22 ms 23.49 ms
ff09c7e 1244.86 ms 1246.68 ms 1.82 ms
2719ce6 1211.75 ms 1237.16 ms 25.41 ms
7bc3c0d 1261.16 ms 1278.38 ms 17.22 ms

App size

Revision Plain With Sentry Diff
8f397a7 20.76 KiB 420.55 KiB 399.79 KiB
326b7eb 20.76 KiB 432.31 KiB 411.55 KiB
630ddf4 20.76 KiB 432.37 KiB 411.61 KiB
f576153 20.76 KiB 425.77 KiB 405.01 KiB
407ff99 20.76 KiB 427.86 KiB 407.10 KiB
21fd61f 20.76 KiB 435.50 KiB 414.74 KiB
904d7fa 20.76 KiB 432.87 KiB 412.11 KiB
ff09c7e 20.76 KiB 427.77 KiB 407.00 KiB
2719ce6 20.76 KiB 435.13 KiB 414.37 KiB
7bc3c0d 20.76 KiB 427.36 KiB 406.59 KiB

Previous results on branch: chore/lint-pod-hybridSDK

Startup times

Revision Plain With Sentry Diff
46eff40 1219.63 ms 1252.40 ms 32.77 ms
87f8de0 1233.48 ms 1249.74 ms 16.26 ms

App size

Revision Plain With Sentry Diff
46eff40 20.76 KiB 435.26 KiB 414.50 KiB
87f8de0 20.76 KiB 435.26 KiB 414.50 KiB

@brustolin
Copy link
Contributor Author

brustolin commented May 16, 2023

Before merging this, please add the error fixed in #3017 back, push the branch, and check if the newly added CI job fails. Then we can merge this. Thanks

Fail confirmed

Copy link
Member

@philipphofmann philipphofmann left a comment

Choose a reason for hiding this comment

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

Thanks @brustolin 👍

@brustolin brustolin merged commit fcde045 into main May 17, 2023
@brustolin brustolin deleted the chore/lint-pod-hybridSDK branch May 17, 2023 08: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.

Test Cocoapod with HybridSDK target
3 participants