interledger-deprecated / ilp-plugin-bells

ILP Ledger plugin for five-bells-ledger
Other
4 stars 8 forks source link

fix: automatically fall back to basic auth #139

Closed emschwartz closed 7 years ago

emschwartz commented 7 years ago

if token auth isn't supported it shouldn't need to check whether basic auth is because that's the only other option

codecov-io commented 7 years ago

Codecov Report

Merging #139 into master will increase coverage by 0.1%. The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff            @@
##           master    #139     +/-   ##
========================================
+ Coverage    95.7%   95.8%   +0.1%     
========================================
  Files          11      11             
  Lines         838     835      -3     
  Branches      189     188      -1     
========================================
- Hits          802     800      -2     
+ Misses         36      35      -1
Impacted Files Coverage Δ
src/lib/plugin.js 98.08% <100%> (+0.19%) :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 d62f963...285dc6a. Read the comment docs.