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 the issue in redact when it's combined with recursive descent #49

Merged
merged 1 commit into from
Jun 6, 2022

Conversation

mertyildiran
Copy link
Member

Closes #48

@mertyildiran mertyildiran added the bug Something isn't working label Jun 6, 2022
@mertyildiran mertyildiran self-assigned this Jun 6, 2022
@codecov
Copy link

codecov bot commented Jun 6, 2022

Codecov Report

Merging #49 (e824684) into main (c37adfc) will increase coverage by 0.07%.
The diff coverage is 83.33%.

@@            Coverage Diff             @@
##             main      #49      +/-   ##
==========================================
+ Coverage   70.20%   70.27%   +0.07%     
==========================================
  Files           8        8              
  Lines        1782     1793      +11     
==========================================
+ Hits         1251     1260       +9     
- Misses        402      403       +1     
- Partials      129      130       +1     
Impacted Files Coverage Δ
server/lib/eval.go 80.99% <83.33%> (+0.01%) ⬆️

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 c37adfc...e824684. Read the comment docs.

@mertyildiran mertyildiran merged commit e8e9d13 into main Jun 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug] Redaction of json path using recursive descent duplicates the property name
1 participant