pinpox / base16-universal-manager

A universal manager to set base16 themes for any supported application
https://github.com/chriskempson/base16
MIT License
89 stars 20 forks source link

Fixed issue #5 and a typo #39

Closed jo1gi closed 4 years ago

jo1gi commented 4 years ago

Fixed issue #5 and renamed function 'DownloadFileToStirng' to 'DownloadFileToString()'.

codecov[bot] commented 4 years ago

Codecov Report

Merging #39 into master will decrease coverage by 0.12%. The diff coverage is 6.25%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #39      +/-   ##
==========================================
- Coverage   18.05%   17.92%   -0.13%     
==========================================
  Files           5        5              
  Lines         421      424       +3     
==========================================
  Hits           76       76              
- Misses        324      327       +3     
  Partials       21       21              
Impacted Files Coverage Δ
colorscheme.go 4.80% <0.00%> (-0.15%) :arrow_down:
main.go 0.95% <0.00%> (ø)
template.go 0.00% <0.00%> (ø)
helpers.go 41.79% <50.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 90c8aca...5609a4d. Read the comment docs.

pinpox commented 4 years ago

@jo1gi Thanks for the work!

The test coverage went down a bit, I'll look into adding more tests later.