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

Add support for additional-apks option #695

Merged
merged 5 commits into from
Apr 7, 2020

Conversation

jan-goral
Copy link
Contributor

@jan-goral jan-goral commented Apr 2, 2020

Fixes #694

Checklist

  • Documented
  • Unit tested
  • release_notes.md updated

@jan-goral jan-goral self-assigned this Apr 2, 2020
@jan-goral jan-goral marked this pull request as ready for review April 5, 2020 22:47
@codecov-io
Copy link

codecov-io commented Apr 5, 2020

Codecov Report

Merging #695 into master will increase coverage by 0.23%.
The diff coverage is 94.04%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #695      +/-   ##
============================================
+ Coverage     77.48%   77.72%   +0.23%     
- Complexity      642      645       +3     
============================================
  Files           112      112              
  Lines          2594     2635      +41     
  Branches        368      369       +1     
============================================
+ Hits           2010     2048      +38     
  Misses          347      347              
- Partials        237      240       +3     

@jan-goral jan-goral mentioned this pull request Apr 6, 2020
3 tasks
matrixMap to allTestShardChunks
}

private fun List<AppTestPair>.provideMissingApps(withFallbackApp: String) =
map { ResolvedTestPair(app = it.app ?: withFallbackApp, test = it.test) }
private fun AndroidArgs.getResolvedTestApks() = listOf(
Copy link
Contributor

Choose a reason for hiding this comment

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

TBH I am not 100% convinced with styling of this method. But this is of course matter of personal preferences

@bootstraponline bootstraponline added this to the May 2020 milestone Apr 6, 2020
@bootstraponline
Copy link
Contributor

Remember to set the ZenHub milestone/estimate/epic if there's not a linked ticket that already has this info. I updated this PR.

@jan-goral jan-goral linked an issue Apr 7, 2020 that may be closed by this pull request
@jan-goral jan-goral merged commit ca03501 into master Apr 7, 2020
@jan-goral jan-goral deleted the 694-additional-apks-beta-command branch April 7, 2020 00:52
@jan-goral jan-goral added New Option Used to track PR with new configuration option (useful when updating fladle) Feature labels Oct 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature New Option Used to track PR with new configuration option (useful when updating fladle)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add support for additional-apks FTL beta option
4 participants