Skip to content

fix bug when include statement includes interpolation #31

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

Merged
merged 1 commit into from
Mar 20, 2024

Conversation

ericphanson
Copy link
Member

closes #30

Turns out this happens when there's an include with interpolation (remembered JuliaEcosystem/PackageAnalyzer.jl#79 (comment))

@codecov-commenter
Copy link

codecov-commenter commented Mar 20, 2024

Codecov Report

Attention: Patch coverage is 66.66667% with 1 lines in your changes are missing coverage. Please review.

Project coverage is 95.78%. Comparing base (85bf7ef) to head (44319eb).

Files Patch % Lines
src/parse_utilities.jl 66.66% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #31      +/-   ##
==========================================
- Coverage   95.93%   95.78%   -0.16%     
==========================================
  Files           5        5              
  Lines         566      569       +3     
==========================================
+ Hits          543      545       +2     
- Misses         23       24       +1     

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

@ericphanson ericphanson merged commit 87dff77 into main Mar 20, 2024
@ericphanson ericphanson deleted the eph/fix-interpolation-bug branch March 20, 2024 21:56
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.

use of only on collection with more than one element
2 participants