1set / gut

🍱 yet another collection of go utilities & tools
MIT License
27 stars 9 forks source link

Add Get{File,Symlink,Dir}Size() in yos #70

Closed an63 closed 4 years ago

codecov[bot] commented 4 years ago

Codecov Report

Merging #70 into master will decrease coverage by 0.26%. The diff coverage is 97.87%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #70      +/-   ##
==========================================
- Coverage   95.74%   95.47%   -0.27%     
==========================================
  Files          18       19       +1     
  Lines         681      729      +48     
==========================================
+ Hits          652      696      +44     
- Misses         23       26       +3     
- Partials        6        7       +1
Impacted Files Coverage Ξ”
yos/common.go 100% <100%> (ΓΈ) :arrow_up:
yos/compare.go 83.67% <100%> (-0.42%) :arrow_down:
yos/copy.go 93.51% <100%> (-0.18%) :arrow_down:
yos/list.go 100% <100%> (ΓΈ) :arrow_up:
yos/size.go 94.28% <94.28%> (ΓΈ)
codeclimate[bot] commented 4 years ago

Code Climate has analyzed commit fc7b4a8e and detected 0 issues on this pull request.

The test coverage on the diff in this pull request is 98.4% (50% is the threshold).

This pull request will bring the total coverage in the repository to 96.8% (-0.2% change).

View more on Code Climate.

an63 commented 4 years ago

Codacy Here is an overview of what got changed by this pull request:


Complexity increasing per file
==============================
- yos/size.go  7
- yos/size_test.go  4

Complexity decreasing per file
==============================
+ yos/common.go  -4
+ yos/copy.go  -3

Clones added
============
- yos/size_test.go  9

See the complete overview on Codacy