cidertool / cider

Submit your builds to the Apple App Store in seconds
https://cidertool.github.io/cider
GNU General Public License v3.0
25 stars 0 forks source link

Reorder cmd source to better conform to project layout advice #38

Closed aaronsky closed 3 years ago

aaronsky commented 3 years ago

Description

Let's see if this makes the source any easier to reason about.

Type of Change

How has this been Tested?

codecov-io commented 3 years ago

Codecov Report

Merging #38 into main will increase coverage by 0.51%. The diff coverage is 0.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #38      +/-   ##
==========================================
+ Coverage   64.14%   64.66%   +0.51%     
==========================================
  Files          36       35       -1     
  Lines        2365     2346      -19     
==========================================
  Hits         1517     1517              
+ Misses        760      741      -19     
  Partials       88       88              
Impacted Files Coverage Δ
cmd/cider/main.go 61.53% <ø> (ø)
pkg/cmd/check.go 0.00% <ø> (ø)
pkg/cmd/completions.go 0.00% <ø> (ø)
pkg/cmd/config.go 100.00% <ø> (ø)
pkg/cmd/error.go 100.00% <ø> (ø)
pkg/cmd/init.go 53.29% <ø> (ø)
pkg/cmd/release.go 0.00% <ø> (ø)
pkg/cmd/root.go 0.00% <0.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 f44eed0...a0e12b6. Read the comment docs.