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: Add Type to iOS #1284

Merged
merged 3 commits into from
Oct 29, 2020
Merged

feat: Add Type to iOS #1284

merged 3 commits into from
Oct 29, 2020

Conversation

piotradamczyk5
Copy link
Contributor

@piotradamczyk5 piotradamczyk5 commented Oct 28, 2020

Fixes #1194

Test Plan

How do we know the code works?

Flank properly read type passed to gcloud configuration .yaml block or using CLI option --type.
Later on it will be used to run gameloop in #1277

Checklist

  • Documented
  • Unit tested

@piotradamczyk5 piotradamczyk5 self-assigned this Oct 28, 2020
@piotradamczyk5 piotradamczyk5 added iOS New Option Used to track PR with new configuration option (useful when updating fladle) Tiger 🐯 labels Oct 28, 2020
@github-actions
Copy link
Contributor

github-actions bot commented Oct 28, 2020

Timestamp: 2020-10-29 12:47:59
Buildscan url for ubuntu-workflow run 335829724
https://gradle.com/s/zoon5iktnyweu

"run",
// "--dry",
// "--dump-shards",
"--output-style=single",
// "--full-junit-result",
// "--legacy-junit-result",
"-c=test_runner/src/test/kotlin/ftl/fixtures/test_app_cases/flank-$quantity-$type-$extra.yml",
"-c=/Users/piotr/Projekty/gogo/flank/test_runner/src/test/kotlin/ftl/fixtures/simple-ios-flank.yml",
Copy link
Contributor

Choose a reason for hiding this comment

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

hmm maybe remove 👍

Copy link
Contributor Author

Choose a reason for hiding this comment

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

😃 sorry stupid mistake :D

@github-actions
Copy link
Contributor

Buildscan url for ubuntu-workflow run 335504439
https://gradle.com/s/koh2w3mi6e4os

@codecov-io
Copy link

codecov-io commented Oct 29, 2020

Codecov Report

Merging #1284 into master will increase coverage by 0.02%.
The diff coverage is 87.50%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master    #1284      +/-   ##
============================================
+ Coverage     79.66%   79.68%   +0.02%     
  Complexity      724      724              
============================================
  Files           235      235              
  Lines          4489     4494       +5     
  Branches        771      772       +1     
============================================
+ Hits           3576     3581       +5     
  Misses          514      514              
  Partials        399      399              

Copy link
Contributor

@jan-goral jan-goral left a comment

Choose a reason for hiding this comment

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

Add, validation for iOS and Android args on types value. Android cannot run xctest for example.

@github-actions
Copy link
Contributor

Buildscan url for ubuntu-workflow run 335689673
https://gradle.com/s/didfjb4zoiqke

@piotradamczyk5
Copy link
Contributor Author

Add, validation for iOS and Android args on types value. Android cannot run xctest for example.

It was done for Android, did it for iOS

@mergify mergify bot merged commit c45adcb into master Oct 29, 2020
@mergify mergify bot deleted the #1194_ios_add_type branch October 29, 2020 13:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
iOS New Option Used to track PR with new configuration option (useful when updating fladle) Tiger 🐯
Projects
None yet
Development

Successfully merging this pull request may close these issues.

iOS | Add --type
4 participants