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

Unstable #35

Closed suoto closed 7 years ago

suoto commented 7 years ago

Fix for single and double quote escaping

codecov-io commented 7 years ago

Codecov Report

Merging #35 into master will decrease coverage by 0.41%. The diff coverage is 71.42%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #35      +/-   ##
==========================================
- Coverage      80%   79.58%   -0.42%     
==========================================
  Files           4        4              
  Lines         320      338      +18     
  Branches       44       52       +8     
==========================================
+ Hits          256      269      +13     
- Misses         44       45       +1     
- Partials       20       24       +4
Impacted Files Coverage Δ
python/vimhdl/vim_helpers.py 89.55% <63.15%> (-10.45%) :arrow_down:
python/vimhdl/vim_client.py 70.44% <88.88%> (+1.13%) :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 d909605...888d635. Read the comment docs.