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

feat: added option to follow symlinks #206

Merged
merged 10 commits into from
Feb 5, 2023
Merged

Conversation

dundee
Copy link
Owner

@dundee dundee commented Feb 5, 2023

closes #202

@codecov
Copy link

codecov bot commented Feb 5, 2023

Codecov Report

Base: 94.20% // Head: 93.85% // Decreases project coverage by -0.35% ⚠️

Coverage data is based on head (21bf5b5) compared to base (8bdce9a).
Patch coverage: 85.71% of modified lines in pull request are covered.

❗ Current head 21bf5b5 differs from pull request most recent head 0705f75. Consider uploading reports for the commit 0705f75 to get more accurate results

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #206      +/-   ##
==========================================
- Coverage   94.20%   93.85%   -0.35%     
==========================================
  Files          29       29              
  Lines        2707     2733      +26     
==========================================
+ Hits         2550     2565      +15     
- Misses        120      128       +8     
- Partials       37       40       +3     
Impacted Files Coverage Δ
pkg/analyze/dir.go 95.67% <81.81%> (-2.18%) ⬇️
cmd/gdu/app/app.go 91.80% <100.00%> (+0.09%) ⬆️
internal/common/ui.go 100.00% <100.00%> (ø)
report/export.go 88.12% <0.00%> (-4.38%) ⬇️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@coveralls
Copy link

coveralls commented Feb 5, 2023

Pull Request Test Coverage Report for Build 4098716972

  • 27 of 30 (90.0%) changed or added relevant lines in 3 files are covered.
  • 2 unchanged lines in 2 files lost coverage.
  • Overall coverage decreased (-0.1%) to 95.469%

Changes Missing Coverage Covered Lines Changed/Added Lines %
pkg/analyze/dir.go 20 23 86.96%
Files with Coverage Reduction New Missed Lines %
pkg/analyze/dir.go 1 97.01%
report/export.go 1 94.48%
Totals Coverage Status
Change from base Build 4083086202: -0.1%
Covered Lines: 2655
Relevant Lines: 2781

💛 - Coveralls

@dundee dundee self-assigned this Feb 5, 2023
@dundee dundee merged commit 5b9d8fd into master Feb 5, 2023
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.

add support for following symlinks
2 participants