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

feat(apple): add simulator log dump per batch at device-logs #912

Merged
merged 4 commits into from
Mar 27, 2024

Conversation

Malinskiy
Copy link
Member

closes #898

Copy link

codecov bot commented Mar 21, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 58.13%. Comparing base (e20eda5) to head (ec5c59f).

Additional details and impacted files
@@              Coverage Diff              @@
##             develop     #912      +/-   ##
=============================================
+ Coverage      58.11%   58.13%   +0.01%     
  Complexity       813      813              
=============================================
  Files            218      218              
  Lines           4608     4610       +2     
  Branches         763      763              
=============================================
+ Hits            2678     2680       +2     
  Misses          1581     1581              
  Partials         349      349              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

matzuk
matzuk previously approved these changes Mar 26, 2024
}

private suspend fun pullLogfile() {
val localVideoFile =
Copy link
Collaborator

Choose a reason for hiding this comment

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

video?

Copy link
Member Author

Choose a reason for hiding this comment

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

Ahaha, will change :) I just used the video listener as a basis for this one

@Malinskiy Malinskiy merged commit 4b8a0f7 into develop Mar 27, 2024
8 checks passed
@Malinskiy Malinskiy deleted the feature/simulator-log branch March 27, 2024 13:30
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.

Add simulator logs for iOS testing
2 participants