Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Properly count only the first hard link size on a rescan #125

Merged
merged 1 commit into from
Feb 4, 2022

Conversation

chutzimir
Copy link
Contributor

Fixes #124

As a side effect also fixes the hard link information in the "info"
screen after a rescan.

Fixes dundee#124

As a side effect also fixes the hard link information in the "info"
screen after a rescan.
@coveralls
Copy link

Pull Request Test Coverage Report for Build 1794573152

  • 1 of 1 (100.0%) changed or added relevant line in 1 file are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.002%) to 95.613%

Totals Coverage Status
Change from base Build 1768727717: 0.002%
Covered Lines: 2310
Relevant Lines: 2416

💛 - Coveralls

@codecov
Copy link

codecov bot commented Feb 4, 2022

Codecov Report

Merging #125 (794693c) into master (953c0f3) will decrease coverage by 0.27%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #125      +/-   ##
==========================================
- Coverage   94.33%   94.06%   -0.28%     
==========================================
  Files          25       25              
  Lines        2367     2375       +8     
==========================================
+ Hits         2233     2234       +1     
- Misses         99      104       +5     
- Partials       35       37       +2     
Impacted Files Coverage Δ
tui/tui.go 89.30% <100.00%> (+0.06%) ⬆️
report/export.go 87.97% <0.00%> (-4.44%) ⬇️
pkg/analyze/wait.go 100.00% <0.00%> (ø)
pkg/analyze/dir.go 97.84% <0.00%> (+0.03%) ⬆️

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 953c0f3...794693c. Read the comment docs.

@dundee dundee merged commit 4efef05 into dundee:master Feb 4, 2022
@chutzimir chutzimir deleted the rescan-hard-links branch February 7, 2022 00:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Hard linked sizes lost on rescan
3 participants