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

Improve boxing/unboxing unit tests and remove useless code in isUnbox… #2984

Merged
merged 1 commit into from
Dec 18, 2020
Merged

Conversation

jlerbsc
Copy link
Collaborator

@jlerbsc jlerbsc commented Dec 18, 2020

The object of this PR is mainly to improve the codecov report

@codecov
Copy link

codecov bot commented Dec 18, 2020

Codecov Report

Merging #2984 (aacec37) into master (6a09130) will decrease coverage by 0.013%.
The diff coverage is 100.000%.

Impacted file tree graph

@@               Coverage Diff               @@
##              master     #2984       +/-   ##
===============================================
- Coverage     54.963%   54.950%   -0.014%     
- Complexity      2437      2438        +1     
===============================================
  Files            602       602               
  Lines          33351     33348        -3     
  Branches        5629      5629               
===============================================
- Hits           18331     18325        -6     
- Misses         13155     13159        +4     
+ Partials        1865      1864        -1     
Flag Coverage Δ Complexity Δ
AlsoSlowTests 54.950% <100.000%> (-0.014%) 0.000 <0.000> (ø)
javaparser-core 50.517% <0.000%> (-0.008%) 0.000 <0.000> (ø)
javaparser-symbol-solver 39.678% <100.000%> (-0.018%) 0.000 <0.000> (ø)
jdk-10 54.920% <100.000%> (-0.009%) 0.000 <0.000> (ø)
jdk-11 54.920% <100.000%> (-0.009%) 0.000 <0.000> (ø)
jdk-12 54.920% <100.000%> (-0.009%) 0.000 <0.000> (ø)
jdk-13 54.920% <100.000%> (-0.009%) 0.000 <0.000> (ø)
jdk-14 54.920% <100.000%> (-0.009%) 0.000 <0.000> (ø)
jdk-15 54.950% <100.000%> (-0.009%) 0.000 <0.000> (ø)
jdk-8 50.515% <0.000%> (-4.419%) 0.000 <0.000> (ø)
jdk-9 50.513% <0.000%> (-4.416%) 0.000 <0.000> (ø)
macos-latest ? ?
ubuntu-latest 54.950% <100.000%> (+0.004%) 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 Δ
...parser/resolution/types/ResolvedReferenceType.java 81.382% <100.000%> (+0.856%) 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%> (ø%)
...avaparsermodel/contexts/MethodCallExprContext.java 76.250% <0.000%> (-0.099%) 89.000% <0.000%> (ø%)
...er/symbolsolver/javaparsermodel/TypeExtractor.java 71.323% <0.000%> (+0.735%) 85.000% <0.000%> (+2.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 6a09130...aacec37. 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