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

Add test case to verify that LexicalPreservation supports TextBlock #3827

Merged
merged 2 commits into from
Jan 1, 2023

Conversation

jlerbsc
Copy link
Collaborator

@jlerbsc jlerbsc commented Jan 1, 2023

Fixes #9999.

@jlerbsc jlerbsc enabled auto-merge January 1, 2023 15:39
@jlerbsc jlerbsc disabled auto-merge January 1, 2023 15:40
@jlerbsc jlerbsc closed this Jan 1, 2023
@jlerbsc jlerbsc reopened this Jan 1, 2023
@codecov
Copy link

codecov bot commented Jan 1, 2023

Codecov Report

Merging #3827 (e60f517) into master (af59644) will increase coverage by 0.002%.
The diff coverage is n/a.

Impacted file tree graph

@@               Coverage Diff               @@
##              master     #3827       +/-   ##
===============================================
+ Coverage     57.608%   57.611%   +0.002%     
  Complexity      2185      2185               
===============================================
  Files            639       639               
  Lines          33960     33960               
  Branches        5870      5870               
===============================================
+ Hits           19564     19565        +1     
  Misses         12313     12313               
+ Partials        2083      2082        -1     
Flag Coverage Δ
AlsoSlowTests 57.611% <ø> (+0.002%) ⬆️
javaparser-core 50.271% <ø> (+0.003%) ⬆️
javaparser-symbol-solver 36.640% <ø> (ø)
jdk-10 57.604% <ø> (+0.002%) ⬆️
jdk-11 57.604% <ø> (ø)
jdk-12 57.607% <ø> (+0.005%) ⬆️
jdk-13 57.607% <ø> (+0.002%) ⬆️
jdk-14 57.607% <ø> (+0.002%) ⬆️
jdk-15 57.607% <ø> (+0.002%) ⬆️
jdk-16 57.607% <ø> (+0.002%) ⬆️
jdk-8 57.609% <ø> (+0.002%) ⬆️
jdk-9 57.607% <ø> (+0.002%) ⬆️
macos-latest 57.603% <ø> (+0.002%) ⬆️
ubuntu-latest 57.597% <ø> (+0.002%) ⬆️
windows-latest 57.594% <ø> (+0.002%) ⬆️

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

Impacted Files Coverage Δ
.../lexicalpreservation/LexicalPreservingPrinter.java 71.306% <0.000%> (+0.284%) ⬆️

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 af59644...e60f517. Read the comment docs.

@jlerbsc jlerbsc merged commit 2ae53e0 into javaparser:master Jan 1, 2023
@jlerbsc jlerbsc added this to the next release milestone Jan 1, 2023
@jlerbsc jlerbsc added the PR - TESTCASE Pull requests with this label are test cases only - may later be merged when it passes. label Jan 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
PR - TESTCASE Pull requests with this label are test cases only - may later be merged when it passes.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant