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

Added backend_file example #68 #69

Closed ras44 closed 5 years ago

codecov-io commented 5 years ago

Codecov Report

Merging #69 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff           @@
##           master     #69   +/-   ##
======================================
  Coverage    47.6%   47.6%           
======================================
  Files          14      14           
  Lines        1588    1588           
======================================
  Hits          756     756           
  Misses        832     832
Impacted Files Coverage Δ
R/api.R 35.29% <ø> (ø) :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 099006a...3ba25ae. Read the comment docs.

ras44 commented 5 years ago

@gaborcsardi I added a couple commits that should address the comments. It looks like the travis build is failing because of warnings when a default_backend() is created, but that seems to be unrelated to the changes in this PR:

From Travis logs:

> default_backend()
Warning in default_backend_auto() :
...
Found warnings, treating as errors (as requested).