chore: fix slack dependency changes in workflows #495
Merged
Conversation
Sample app builds 📱Below you will find the list of the latest versions of the sample apps. It's recommended to always download the latest builds of the sample apps to accurately test the pull request. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #495 +/- ##
=============================================
+ Coverage 41.98% 52.04% +10.06%
- Complexity 259 319 +60
=============================================
Files 99 105 +6
Lines 2320 2855 +535
Branches 344 380 +36
=============================================
+ Hits 974 1486 +512
- Misses 1247 1255 +8
- Partials 99 114 +15 ☔ View full report in Codecov by Sentry. |
|
|
Build available to test |
|
Shahroz16
commented
Feb 18, 2025
Comment on lines
+31
to
+40
| # # Generate SDK size report to update in main branch before deploying new release. | ||
| # # The report is pushed by semantic-release action below by including files listed in the | ||
| # # `assets` array in the `.releaserc` file. | ||
| # - name: Generate SDK Size Report | ||
| # run: | | ||
| # ./gradlew publishToMavenLocal | ||
| # ./gradlew generateSdkSizeReport -PwriteReportTo=reports/sdk-binary-size.json | ||
| # env: | ||
| # # Use local version to make sure the report is generated for the current changes | ||
| # IS_DEVELOPMENT: 'true' |
Contributor
Author
There was a problem hiding this comment.
this is breaking the deployment for now
mrehan27
approved these changes
Feb 18, 2025
|
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
A dependabot PR was breaking slack plugin changes were merged, which is breaking workflow. This PR fixes it.