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

Properties named ‘enum’ were being indexed as enums #169

Merged
merged 2 commits into from
Sep 16, 2023
Merged

Conversation

daveshanley
Copy link
Member

An edge case reported in daveshanley/vacuum#339 shows up when enums are being indexed when they are actually a property of a schema called ‘enum’.

This has been fixed.

An edge case reported in daveshanley/vacuum#339 shows up when enums are being indexed when they are actually a property of a schema called ‘enum’.

This has been fixed.

Signed-off-by: quobix <dave@quobix.com>
Signed-off-by: quobix <dave@quobix.com>
@codecov
Copy link

codecov bot commented Sep 16, 2023

Codecov Report

Patch coverage: 100.00% and no project coverage change.

Comparison is base (86f5f3e) 99.80% compared to head (b1c18db) 99.80%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #169   +/-   ##
=======================================
  Coverage   99.80%   99.80%           
=======================================
  Files         148      148           
  Lines       10627    10631    +4     
=======================================
+ Hits        10606    10610    +4     
  Misses         21       21           
Flag Coverage Δ
unittests 99.80% <100.00%> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Files Changed Coverage Δ
index/extract_refs.go 99.52% <100.00%> (+<0.01%) ⬆️

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

@daveshanley daveshanley merged commit e58aeb7 into main Sep 16, 2023
3 checks passed
@daveshanley daveshanley deleted the circular branch November 26, 2023 02:14
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.

1 participant