-
Notifications
You must be signed in to change notification settings - Fork 148
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
Fix some of the Github workflows #1311
Conversation
Codecov ReportBase: 76.90% // Head: 76.94% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## develop #1311 +/- ##
===========================================
+ Coverage 76.90% 76.94% +0.04%
===========================================
Files 292 292
Lines 72700 72743 +43
===========================================
+ Hits 55908 55971 +63
+ Misses 16792 16772 -20
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. |
Signed-off-by: ochikov <[email protected]>
Signed-off-by: ochikov <[email protected]>
Signed-off-by: ochikov <[email protected]>
Signed-off-by: ochikov <[email protected]>
Signed-off-by: ochikov <[email protected]>
Signed-off-by: ochikov <[email protected]>
Signed-off-by: ochikov <[email protected]>
Signed-off-by: ochikov <[email protected]>
Signed-off-by: ochikov <[email protected]>
Signed-off-by: ochikov <[email protected]>
Kudos, SonarCloud Quality Gate passed!
|
* test cryptography unit test workflow Signed-off-by: ochikov <[email protected]> * only node 14 Signed-off-by: ochikov <[email protected]> * new build Signed-off-by: ochikov <[email protected]> * added node 16 Signed-off-by: ochikov <[email protected]> * extend timeout of browser test Signed-off-by: ochikov <[email protected]> * fix sdk build at react_native workflow Signed-off-by: ochikov <[email protected]> * fix to build this branch Signed-off-by: ochikov <[email protected]> * Disable React Native workflow due to not completenes of it Signed-off-by: ochikov <[email protected]> * fix commong js test to terminate console after finish Signed-off-by: ochikov <[email protected]> * Delete yarn-error.log Signed-off-by: ochikov <[email protected]> Signed-off-by: ochikov <[email protected]>
Description:
Some of the Github workflows are fixed.
Related issue(s):
All of the GitHub workflows were failing. This PR is fixing some of them.
React Native workflow (for Android) is skipped due to errors and missing configs.
React Native workflow (for IOS) was skipped a long time ago.
Both of them need further investigation and rework.
Fixes #1306
Notes for reviewer:
Checklist