pyupio / pyup

A tool to update your project's dependencies on GitHub. Runs on pyup.io, comes with a command line interface.
https://pyup.io
MIT License
454 stars 67 forks source link

Don't quote URLs in Github provider #344

Closed browniebroke closed 4 years ago

browniebroke commented 5 years ago

Fixes #343

codecov[bot] commented 5 years ago

Codecov Report

Merging #344 into master will decrease coverage by 0.02%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master    #344      +/-   ##
=========================================
- Coverage   93.92%   93.9%   -0.03%     
=========================================
  Files          11      11              
  Lines        1103    1099       -4     
=========================================
- Hits         1036    1032       -4     
  Misses         67      67
Impacted Files Coverage Δ
pyup/providers/github.py 99.36% <100%> (-0.02%) :arrow_down:

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 b20fa88...f75b5d0. Read the comment docs.

rafaelpivato commented 4 years ago

Thanks for this, @browniebroke