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 overwriting of attributes #33

Merged
merged 1 commit into from
Jul 17, 2023
Merged

Fix overwriting of attributes #33

merged 1 commit into from
Jul 17, 2023

Conversation

kkoehn
Copy link
Collaborator

@kkoehn kkoehn commented Jul 13, 2023

I encountered a bug where the attributes of a node-group were not converted to json correctly.

The handling of the attributes was in the child-loop.

@kkoehn kkoehn requested a review from MrSerth July 13, 2023 20:48
@kkoehn kkoehn self-assigned this Jul 13, 2023
Copy link
Member

@MrSerth MrSerth left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for noticing and fixing!

spec/support/examples.rb Outdated Show resolved Hide resolved
@codecov
Copy link

codecov bot commented Jul 17, 2023

Codecov Report

Merging #33 (a30f242) into main (092f58d) will not change coverage.
The diff coverage is 100.00%.

❗ Current head a30f242 differs from pull request most recent head f986c7e. Consider uploading reports for the commit f986c7e to get more accurate results

@@            Coverage Diff            @@
##              main       #33   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           11        11           
  Lines          293       298    +5     
=========================================
+ Hits           293       298    +5     
Impacted Files Coverage Δ
lib/dachsfisch/xml2_json_converter.rb 100.00% <100.00%> (ø)
spec/support/examples.rb 100.00% <100.00%> (ø)

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@kkoehn kkoehn merged commit a5b0d2e into main Jul 17, 2023
7 checks passed
@kkoehn kkoehn deleted the fix_missing_attributes branch July 17, 2023 07:16
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.

2 participants