suoto / vim-hdl

Vim plugin to aid VHDL development (for LSP, see https://github.com/suoto/hdl_checker)
GNU General Public License v3.0
59 stars 5 forks source link

Add dependecy `requests` #43

Closed concatime closed 5 years ago

codecov-io commented 5 years ago

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #43   +/-   ##
=======================================
  Coverage   78.58%   78.58%           
=======================================
  Files           5        5           
  Lines         411      411           
  Branches       59       59           
=======================================
  Hits          323      323           
  Misses         55       55           
  Partials       33       33

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 e5fdc94...50497f8. Read the comment docs.

suoto commented 5 years ago

Ideally you shouldn't really install requests manually as it is automatically added from dependencies/hdlcc/dependencies/requests. If that's not working, please open an issue; I can help debugging it.