-
Notifications
You must be signed in to change notification settings - Fork 0
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: default values for version & always use api-based simulation runs #83
Conversation
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.
LGTM,
no new release?
Pushed a fix for the current tests. |
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #83 +/- ##
==========================================
- Coverage 71.91% 71.78% -0.13%
==========================================
Files 28 28
Lines 3884 3884
Branches 445 446 +1
==========================================
- Hits 2793 2788 -5
- Misses 895 898 +3
- Partials 196 198 +2
|
@@ -162,7 +162,7 @@ public virtual bool ShouldLicenseCheck() | |||
/// <returns></returns> | |||
public virtual bool ApiEnabled() | |||
{ | |||
return _config.UseSimulatorsApi; | |||
return true; |
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.
The API was giving syntactical request errors, with null values.