nuxt / http

Universal HTTP Module for Nuxt.js
https://http.nuxtjs.org
MIT License
229 stars 51 forks source link

feat: debug option #109

Closed ricardogobbosouza closed 4 years ago

ricardogobbosouza commented 4 years ago

https://axios.nuxtjs.org/options.html#debug

codecov-commenter commented 4 years ago

Codecov Report

Merging #109 into dev will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##              dev     #109   +/-   ##
=======================================
  Coverage   91.07%   91.07%           
=======================================
  Files           1        1           
  Lines          56       56           
  Branches       31       31           
=======================================
  Hits           51       51           
  Misses          5        5           
Impacted Files Coverage Δ
lib/module.js 91.07% <100.00%> (ø)

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 4152f87...d6ce024. Read the comment docs.

pi0 commented 4 years ago

Thanks!