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

fix: dependencies processed twice with symlinks #180

Merged
merged 2 commits into from
Oct 15, 2024

Conversation

matt-FFFFFF
Copy link
Member

fixes #179

@codecov-commenter
Copy link

Codecov Report

Attention: Patch coverage is 56.25000% with 7 lines in your changes missing coverage. Please review.

Project coverage is 51.37%. Comparing base (da6c771) to head (63c5b89).

Files with missing lines Patch % Lines
internal/environment/environment.go 60.00% 2 Missing and 2 partials ⚠️
internal/processor/processor.go 33.33% 1 Missing and 1 partial ⚠️
internal/doc/doc.go 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #180      +/-   ##
==========================================
- Coverage   51.55%   51.37%   -0.19%     
==========================================
  Files          37       38       +1     
  Lines        1990     1999       +9     
==========================================
+ Hits         1026     1027       +1     
- Misses        809      813       +4     
- Partials      155      159       +4     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@matt-FFFFFF matt-FFFFFF added this pull request to the merge queue Oct 15, 2024
Merged via the queue into main with commit e8aabb3 Oct 15, 2024
7 checks passed
@matt-FFFFFF matt-FFFFFF deleted the matt-FFFFFF/issue179 branch October 15, 2024 13:26
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.

bug: dependencies are processed twice when symlinks are used
2 participants