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

fix(ios): reuse apple test bundle identifier #755

Merged
merged 1 commit into from
Feb 19, 2023

Conversation

Malinskiy
Copy link
Member

No description provided.

@@ -34,6 +34,8 @@ val AppleVendor = module {
}
single<TestParser?> { AppleTestParser(get(), get(), get()) }
single<MarathonLogConfigurator> { AppleLogConfigurator(get()) }
single<TestBundleIdentifier?> { AppleTestBundleIdentifier() }
single<AppleTestBundleIdentifier> { AppleTestBundleIdentifier() }
Copy link
Member Author

Choose a reason for hiding this comment

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

This mistakenly created 2 bundle identifiers and hence produced "no test bundle identifier" errors in runtime

@codecov
Copy link

codecov bot commented Feb 16, 2023

Codecov Report

Merging #755 (4bb2cc1) into develop (57515f5) will not change coverage.
The diff coverage is n/a.

❗ Current head 4bb2cc1 differs from pull request most recent head 5d60303. Consider uploading reports for the commit 5d60303 to get more accurate results

@@            Coverage Diff             @@
##             develop     #755   +/-   ##
==========================================
  Coverage      59.06%   59.06%           
  Complexity       832      832           
==========================================
  Files            210      210           
  Lines           4241     4241           
  Branches         669      669           
==========================================
  Hits            2505     2505           
  Misses          1407     1407           
  Partials         329      329           

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@Malinskiy Malinskiy merged commit 48c3c9f into develop Feb 19, 2023
@Malinskiy Malinskiy deleted the fix/ios-test-bundle-identifier branch February 19, 2023 07:17
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.

1 participant