Skip to content

Add support for additional-apks option#695

Merged
jan-goral merged 5 commits into
masterfrom
694-additional-apks-beta-command
Apr 7, 2020
Merged

Add support for additional-apks option#695
jan-goral merged 5 commits into
masterfrom
694-additional-apks-beta-command

Conversation

@jan-goral

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

Copy link
Copy Markdown
Contributor

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

codecov-io commented Apr 5, 2020

Copy link
Copy Markdown

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

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

Copy link
Copy Markdown
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
Copy Markdown
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