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

Codecov configuration + fix #2922

Merged
merged 12 commits into from
Nov 14, 2020

Conversation

MysterAitch
Copy link
Member

Fixes the code coverage evaluation to include the symbol solver module (previously bad path to the jacoco report, sorry!)

@codecov
Copy link

codecov bot commented Nov 14, 2020

Codecov Report

Merging #2922 (d407a63) into master (a2fa173) will increase coverage by 3.796%.
The diff coverage is n/a.

Impacted file tree graph

@@               Coverage Diff               @@
##              master     #2922       +/-   ##
===============================================
+ Coverage     52.225%   56.021%   +3.796%     
- Complexity         0      2298     +2298     
===============================================
  Files            438       583      +145     
  Lines          23437     31452     +8015     
  Branches        3535      5271     +1736     
===============================================
+ Hits           12240     17620     +5380     
- Misses         10284     12057     +1773     
- Partials         913      1775      +862     
Flag Coverage Δ Complexity Δ
AlsoSlowTests 56.021% <ø> (+3.796%) 0.000 <ø> (ø)
javaparser-core 52.225% <ø> (?) 0.000 <ø> (?)
javaparser-symbol-solver 40.537% <ø> (?) 0.000 <ø> (?)
jdk-10 56.020% <ø> (+3.795%) 0.000 <ø> (ø)
jdk-11 56.017% <ø> (+3.796%) 0.000 <ø> (ø)
jdk-12 56.014% <ø> (+3.793%) 0.000 <ø> (ø)
jdk-13 56.017% <ø> (+3.796%) 0.000 <ø> (ø)
jdk-14 56.017% <ø> (+3.796%) 0.000 <ø> (ø)
jdk-15 56.010% <ø> (+3.790%) 0.000 <ø> (ø)
jdk-8 56.022% <ø> (+3.799%) 0.000 <ø> (ø)
jdk-9 56.014% <ø> (+3.789%) 0.000 <ø> (ø)
macos-latest 56.012% <ø> (+3.795%) 0.000 <ø> (ø)
ubuntu-latest 56.002% <ø> (+3.790%) 0.000 <ø> (ø)
windows-latest 56.009% <ø> (+3.796%) 0.000 <ø> (ø)

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

Impacted Files Coverage Δ Complexity Δ
...el/declarations/JavaParserVariableDeclaration.java 40.000% <0.000%> (ø) 2.000% <0.000%> (?%)
...ermodel/contexts/AnnotationDeclarationContext.java 46.153% <0.000%> (ø) 3.000% <0.000%> (?%)
...er/reflectionmodel/ReflectionFieldDeclaration.java 80.000% <0.000%> (ø) 8.000% <0.000%> (?%)
...flectionmodel/ReflectionAnnotationDeclaration.java 27.118% <0.000%> (ø) 11.000% <0.000%> (?%)
...symbolsolver/resolution/MethodResolutionLogic.java 75.452% <0.000%> (ø) 156.000% <0.000%> (?%)
...rser/symbolsolver/model/resolution/TypeSolver.java 100.000% <0.000%> (ø) 6.000% <0.000%> (?%)
...avaparser/symbolsolver/logic/InferenceContext.java 81.196% <0.000%> (ø) 54.000% <0.000%> (?%)
...solver/resolution/typeinference/TypeInference.java 0.000% <0.000%> (ø) 0.000% <0.000%> (?%)
...peinference/constraintformulas/TypeSameAsType.java 0.000% <0.000%> (ø) 0.000% <0.000%> (?%)
...olver/logic/ConfilictingGenericTypesException.java 0.000% <0.000%> (ø) 0.000% <0.000%> (?%)
... and 221 more

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 a2fa173...d407a63. Read the comment docs.

@MysterAitch MysterAitch merged commit af59fdd into javaparser:master Nov 14, 2020
@MysterAitch MysterAitch deleted the codecov_configuration branch November 15, 2020 13:15
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

1 participant