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 issue on pretty configuration change #2979

Merged
merged 1 commit into from Dec 15, 2020
Merged

Conversation

jlerbsc
Copy link
Collaborator

@jlerbsc jlerbsc commented Dec 15, 2020

No description provided.

@codecov
Copy link

codecov bot commented Dec 15, 2020

Codecov Report

Merging #2979 (9c01bee) into master (8976524) will decrease coverage by 0.019%.
The diff coverage is 100.000%.

Impacted file tree graph

@@               Coverage Diff               @@
##              master     #2979       +/-   ##
===============================================
- Coverage     54.883%   54.863%   -0.020%     
+ Complexity      2410      2409        -1     
===============================================
  Files            602       602               
  Lines          33296     33297        +1     
  Branches        5597      5595        -2     
===============================================
- Hits           18274     18268        -6     
- Misses         13174     13183        +9     
+ Partials        1848      1846        -2     
Flag Coverage Δ Complexity Δ
AlsoSlowTests 54.863% <100.000%> (-0.020%) 0.000 <0.000> (ø)
javaparser-core 50.527% <100.000%> (-0.005%) 0.000 <0.000> (ø)
javaparser-symbol-solver 39.568% <100.000%> (-0.035%) 0.000 <0.000> (ø)
jdk-10 54.863% <100.000%> (-0.016%) 0.000 <0.000> (ø)
jdk-11 ? ?
jdk-12 54.863% <100.000%> (-0.016%) 0.000 <0.000> (ø)
jdk-13 54.863% <100.000%> (-0.016%) 0.000 <0.000> (ø)
jdk-14 54.863% <100.000%> (-0.016%) 0.000 <0.000> (ø)
jdk-15 54.863% <100.000%> (-0.016%) 0.000 <0.000> (ø)
jdk-8 ? ?
jdk-9 54.863% <100.000%> (-0.016%) 0.000 <0.000> (ø)
macos-latest ? ?
ubuntu-latest 54.863% <100.000%> (-0.005%) 0.000 <0.000> (ø)
windows-latest ? ?

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

Impacted Files Coverage Δ Complexity Δ
.../src/main/java/com/github/javaparser/ast/Node.java 72.477% <100.000%> (+0.169%) 0.000 <0.000> (ø)
.../resolution/typesolvers/ClassLoaderTypeSolver.java 76.470% <0.000%> (-5.883%) 10.000% <0.000%> (ø%)
...urces/com/github/javaparser/TokenMgrException.java 69.230% <0.000%> (-5.129%) 0.000% <0.000%> (ø%)
...olver/resolution/typesolvers/MemoryTypeSolver.java 50.000% <0.000%> (-4.167%) 7.000% <0.000%> (-1.000%)
...nter/configuration/PrettyPrinterConfiguration.java 17.187% <0.000%> (-1.563%) 0.000% <0.000%> (ø%)
...ava/com/github/javaparser/utils/LineSeparator.java 83.076% <0.000%> (-1.539%) 0.000% <0.000%> (ø%)
...ava/com/github/javaparser/ParserConfiguration.java 89.552% <0.000%> (-0.747%) 0.000% <0.000%> (ø%)
...avaparsermodel/contexts/MethodCallExprContext.java 76.250% <0.000%> (-0.099%) 89.000% <0.000%> (ø%)
...ithub/javaparser/printer/DefaultPrettyPrinter.java 100.000% <0.000%> (+5.555%) 0.000% <0.000%> (ø%)

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 8976524...9c01bee. Read the comment docs.

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.

None yet

2 participants