-
Notifications
You must be signed in to change notification settings - Fork 1
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
0.1.0 #3
Conversation
extension StealthyPropertyType { | ||
var sfSymbolName: String { | ||
switch self { | ||
case .internet: | ||
return "network" | ||
case .generic: | ||
return "key.fill" | ||
} | ||
} | ||
} |
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.
separate file
Codecov Report
@@ Coverage Diff @@
## main #3 +/- ##
======================================
Coverage ? 0.82%
======================================
Files ? 23
Lines ? 725
Branches ? 0
======================================
Hits ? 6
Misses ? 719
Partials ? 0
Flags with carried forward coverage won't be shown. Click here to find out more. 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
Added Sample Project for syncing and demo
No description provided.