mouuff / go-rocket-update

Easy to use and modular library to make self updating golang programs
Other
103 stars 11 forks source link

Feature/patcher #8

Closed mouuff closed 3 years ago

codecov-io commented 3 years ago

Codecov Report

Merging #8 (9cbd69b) into master (a7fb5dc) will increase coverage by 2.15%. The diff coverage is 77.61%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master       #8      +/-   ##
==========================================
+ Coverage   59.06%   61.21%   +2.15%     
==========================================
  Files          12       14       +2     
  Lines         491      544      +53     
==========================================
+ Hits          290      333      +43     
+ Misses        121      117       -4     
- Partials       80       94      +14     
Flag Coverage Δ
unittests 61.21% <77.61%> (+2.15%) :arrow_up:

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
internal/fileio/fileio.go 50.00% <ø> (+19.09%) :arrow_up:
internal/fileio/patcher.go 56.25% <56.25%> (ø)
pkg/updater/updater.go 59.25% <71.42%> (ø)
cmd/rocket-update/keygen.go 70.37% <100.00%> (ø)
cmd/rocket-update/sign.go 61.53% <100.00%> (ø)
cmd/rocket-update/verify.go 66.66% <100.00%> (ø)
internal/crypto/signatures.go 61.53% <100.00%> (ø)
pkg/provider/provider_local.go 65.00% <100.00%> (ø)
... and 1 more

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 a7fb5dc...9cbd69b. Read the comment docs.