-
Notifications
You must be signed in to change notification settings - Fork 119
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
feat: Add Type to iOS #1284
Conversation
Timestamp: 2020-10-29 12:47:59 |
test_runner/src/test/kotlin/Debug.kt
Outdated
"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", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
hmm maybe remove 👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
😃 sorry stupid mistake :D
Buildscan url for ubuntu-workflow run 335504439 |
Codecov Report
@@ 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 |
There was a problem hiding this 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.
9fd389e
to
726c970
Compare
Buildscan url for ubuntu-workflow run 335689673 |
726c970
to
b33ba67
Compare
It was done for Android, did it for iOS |
Fixes #1194
Test Plan
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