tkh44 / holen

Declarative fetch for React
MIT License
150 stars 16 forks source link

Allow head and options methods #13

Closed jamesplease closed 6 years ago

jamesplease commented 6 years ago

Just for completeness.

codecov-io commented 6 years ago

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #13   +/-   ##
=======================================
  Coverage   81.81%   81.81%           
=======================================
  Files           1        1           
  Lines          33       33           
  Branches        7        7           
=======================================
  Hits           27       27           
  Misses          5        5           
  Partials        1        1
Impacted Files Coverage Δ
src/index.js 81.81% <ø> (ø) :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 f41d39a...5e079ad. Read the comment docs.

tkh44 commented 6 years ago

Thanks