-
Notifications
You must be signed in to change notification settings - Fork 5
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
Flag status #26
Flag status #26
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## master #26 +/- ##
==========================================
+ Coverage 84.37% 84.40% +0.02%
==========================================
Files 61 61
Lines 3175 3200 +25
==========================================
+ Hits 2679 2701 +22
- Misses 496 499 +3
... and 1 file with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
FlagShip/Source/Core/FSFlag.swift
Outdated
/** | ||
* This status represent the flag status depend on visitor actions | ||
*/ | ||
@objc public enum FlagSynchStatus: Int { |
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.
should be internal
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.
Done
FlagShip/Source/Core/FSFlag.swift
Outdated
case UNAUTHENTICATED | ||
|
||
func warningMessage(_ flagKey: String, _ visitorId: String)->String { | ||
var ret = "Visitor `\(visitorId)` has been created without calling `fetchFlags` method afterwards, the value of the flag `\(flagKey)` may be outdated." |
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.
clean this part
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.
done
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
No description provided.