Skip to content

Cancel previous workflows #1119

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

Merged
merged 2 commits into from
Nov 9, 2022
Merged

Cancel previous workflows #1119

merged 2 commits into from
Nov 9, 2022

Conversation

marandaneto
Copy link
Contributor

@marandaneto marandaneto commented Nov 9, 2022

📜 Description

#skip-changelog

💡 Motivation and Context

Adds https://github.com/styfle/cancel-workflow-action to cancel previous workflows.

💚 How did you test it?

📝 Checklist

  • I reviewed submitted code
  • I added tests to verify changes
  • I updated the docs if needed
  • All tests passing
  • No breaking changes

🔮 Next steps

@github-actions
Copy link
Contributor

github-actions bot commented Nov 9, 2022

Android Performance metrics 🚀

  Plain With Sentry Diff
Startup time 316.36 ms 373.58 ms 57.22 ms
Size 5.94 MiB 6.95 MiB 1.01 MiB

Baseline results on branch: main

Startup times

Revision Plain With Sentry Diff
559d28f 302.35 ms 339.53 ms 37.18 ms
49a149b 301.96 ms 344.51 ms 42.55 ms
870f5eb 329.45 ms 369.29 ms 39.84 ms
9c5aec6 287.33 ms 320.94 ms 33.61 ms
b728df4 390.98 ms 445.81 ms 54.83 ms
eecbbca 324.37 ms 352.49 ms 28.12 ms
04db237 330.16 ms 428.38 ms 98.22 ms
3a69405 334.34 ms 369.19 ms 34.85 ms
633cf2e 289.36 ms 340.38 ms 51.02 ms
0db91cc 327.85 ms 387.31 ms 59.46 ms

App size

Revision Plain With Sentry Diff
559d28f 5.94 MiB 6.92 MiB 1001.70 KiB
49a149b 5.94 MiB 6.92 MiB 1001.54 KiB
870f5eb 5.94 MiB 6.92 MiB 1005.77 KiB
9c5aec6 5.94 MiB 6.92 MiB 1001.61 KiB
b728df4 5.94 MiB 6.95 MiB 1.01 MiB
eecbbca 5.94 MiB 6.89 MiB 975.78 KiB
04db237 5.94 MiB 6.95 MiB 1.01 MiB
3a69405 5.94 MiB 6.95 MiB 1.01 MiB
633cf2e 5.94 MiB 6.92 MiB 1001.53 KiB
0db91cc 5.94 MiB 6.95 MiB 1.01 MiB

@codecov-commenter
Copy link

Codecov Report

Base: 90.21% // Head: 90.13% // Decreases project coverage by -0.08% ⚠️

Coverage data is based on head (2056140) compared to base (b728df4).
Patch has no changes to coverable lines.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1119      +/-   ##
==========================================
- Coverage   90.21%   90.13%   -0.09%     
==========================================
  Files         117      108       -9     
  Lines        3597     3405     -192     
==========================================
- Hits         3245     3069     -176     
+ Misses        352      336      -16     
Impacted Files Coverage Δ
dio/lib/src/sentry_dio_extension.dart
logging/lib/src/logging_integration.dart
dio/lib/src/breadcrumb_client_adapter.dart
logging/lib/src/extension.dart
dio/lib/src/failed_request_interceptor.dart
dio/lib/src/sentry_transformer.dart
dio/lib/src/tracing_client_adapter.dart
dio/lib/src/dio_event_processor.dart
dio/lib/src/sentry_dio_client_adapter.dart

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@github-actions
Copy link
Contributor

github-actions bot commented Nov 9, 2022

iOS Performance metrics 🚀

  Plain With Sentry Diff
Startup time 1269.47 ms 1295.61 ms 26.14 ms
Size 8.15 MiB 9.15 MiB 1020.75 KiB

Baseline results on branch: main

Startup times

Revision Plain With Sentry Diff
1c6eb5b 1277.85 ms 1285.71 ms 7.86 ms
559d28f 1265.04 ms 1288.96 ms 23.92 ms
6d317ea 1277.27 ms 1287.47 ms 10.20 ms
f922f8f 1249.53 ms 1266.51 ms 16.98 ms
3a69405 1292.84 ms 1303.96 ms 11.12 ms
72dfc83 1262.50 ms 1289.75 ms 27.25 ms
3e9fb0e 1262.49 ms 1280.65 ms 18.16 ms
4efee31 1270.33 ms 1285.75 ms 15.42 ms
eb1a7c1 1281.25 ms 1295.40 ms 14.15 ms
d7758e8 1271.69 ms 1288.08 ms 16.39 ms

App size

Revision Plain With Sentry Diff
1c6eb5b 8.15 MiB 9.12 MiB 986.27 KiB
559d28f 8.15 MiB 9.12 MiB 987.32 KiB
6d317ea 8.15 MiB 9.12 MiB 986.26 KiB
f922f8f 8.15 MiB 9.13 MiB 1003.20 KiB
3a69405 8.15 MiB 9.15 MiB 1018.56 KiB
72dfc83 8.15 MiB 9.12 MiB 987.30 KiB
3e9fb0e 8.15 MiB 9.12 MiB 989.77 KiB
4efee31 8.15 MiB 9.12 MiB 991.35 KiB
eb1a7c1 8.15 MiB 9.13 MiB 1000.10 KiB
d7758e8 8.15 MiB 9.12 MiB 989.76 KiB

@vaind vaind merged commit 6957bfd into main Nov 9, 2022
@vaind vaind deleted the chore/cancel-previous-workflows branch November 9, 2022 19:59
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.

3 participants