-
Notifications
You must be signed in to change notification settings - Fork 173
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
osxkeychain: switch to github.com/keybase/go-keychain #282
base: master
Are you sure you want to change the base?
Conversation
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## master #282 +/- ##
==========================================
- Coverage 52.74% 50.15% -2.60%
==========================================
Files 9 9
Lines 673 642 -31
==========================================
- Hits 355 322 -33
- Misses 271 272 +1
- Partials 47 48 +1
☔ View full report in Codecov by Sentry. |
82b3d3e
to
a4d4911
Compare
72398ea
to
f559c41
Compare
Haven't checked yet, but possibly this also fixes #177 |
So the only concerns I have is that this
In general, I'm wondering if we should start to reorganise this repository into multiple modules, because it's now a "mono-repo" containing both the client / API / library code ( Some possible approaches;
|
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
f559c41
to
e61a226
Compare
Added support for secretservice as well: #290 |
closes #280