r-lib / keyring

:closed_lock_with_key: Access the system credential store from R
https://keyring.r-lib.org/
Other
196 stars 28 forks source link

Allow for custom prompts when calling key_set() #113

Closed pnacht closed 2 years ago

pnacht commented 3 years ago

Solves #112

codecov-commenter commented 3 years ago

Codecov Report

Merging #113 (491cebd) into main (56ce25e) will decrease coverage by 0.09%. The diff coverage is 0.00%.

:exclamation: Current head 491cebd differs from pull request most recent head 5db9369. Consider uploading reports for the commit 5db9369 to get more accurate results Impacted file tree graph

@@            Coverage Diff             @@
##             main     #113      +/-   ##
==========================================
- Coverage   32.05%   31.96%   -0.10%     
==========================================
  Files          15       15              
  Lines        1304     1311       +7     
==========================================
+ Hits          418      419       +1     
- Misses        886      892       +6     
Impacted Files Coverage Δ
R/api.R 35.29% <0.00%> (ø)
R/backend-class.R 0.00% <0.00%> (ø)
R/backend-env.R 70.37% <0.00%> (-1.33%) :arrow_down:
R/backend-file.R 89.88% <0.00%> (-0.27%) :arrow_down:
R/backend-macos.R 3.20% <0.00%> (-0.03%) :arrow_down:
R/backend-secret-service.R 6.30% <0.00%> (-0.06%) :arrow_down:
R/backend-wincred.R 0.00% <0.00%> (ø)
src/keyring_macos.c 0.00% <0.00%> (ø)
src/keyring_secret_service.c 2.58% <0.00%> (+0.42%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 56ce25e...5db9369. Read the comment docs.

gaborcsardi commented 2 years ago

Thank you!