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 JVM memory settings for surefire (seems that forked mode is the d… #2999

Merged
merged 3 commits into from Dec 30, 2020

Conversation

jlerbsc
Copy link
Collaborator

@jlerbsc jlerbsc commented Dec 30, 2020

…efault running mode)

@codecov
Copy link

codecov bot commented Dec 30, 2020

Codecov Report

Merging #2999 (f87fc6b) into master (54496f6) will decrease coverage by 4.540%.
The diff coverage is n/a.

Impacted file tree graph

@@               Coverage Diff               @@
##              master     #2999       +/-   ##
===============================================
- Coverage     55.001%   50.461%   -4.541%     
===============================================
  Files            602       449      -153     
  Lines          33341     25045     -8296     
  Branches        5621      3780     -1841     
===============================================
- Hits           18338     12638     -5700     
+ Misses         13135     11438     -1697     
+ Partials        1868       969      -899     
Flag Coverage Δ Complexity Δ
AlsoSlowTests 50.461% <ø> (-4.541%) 0.000 <ø> (ø)
javaparser-core 50.461% <ø> (ø) 0.000 <ø> (ø)
javaparser-symbol-solver ? ?
jdk-10 50.461% <ø> (-4.536%) 0.000 <ø> (ø)
jdk-11 50.461% <ø> (-4.536%) 0.000 <ø> (ø)
jdk-12 50.461% <ø> (-4.536%) 0.000 <ø> (ø)
jdk-13 50.461% <ø> (-4.536%) 0.000 <ø> (ø)
jdk-14 50.461% <ø> (-4.536%) 0.000 <ø> (ø)
jdk-15 50.461% <ø> (-4.536%) 0.000 <ø> (ø)
jdk-8 50.459% <ø> (-4.543%) 0.000 <ø> (ø)
jdk-9 50.461% <ø> (-4.536%) 0.000 <ø> (ø)
macos-latest 50.449% <ø> (-4.544%) 0.000 <ø> (ø)
ubuntu-latest 50.449% <ø> (-4.535%) 0.000 <ø> (ø)
windows-latest 50.449% <ø> (-4.541%) 0.000 <ø> (ø)

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

Impacted Files Coverage Δ Complexity Δ
.../javaparser/resolution/types/ResolvedVoidType.java 0.000% <0.000%> (-100.000%) 0.000% <0.000%> (ø%)
...avaparser/resolution/MethodAmbiguityException.java 0.000% <0.000%> (-100.000%) 0.000% <0.000%> (ø%)
...solution/declarations/ResolvedEnumDeclaration.java 0.000% <0.000%> (-100.000%) 0.000% <0.000%> (ø%)
...olution/declarations/ResolvedClassDeclaration.java 0.000% <0.000%> (-100.000%) 0.000% <0.000%> (ø%)
...olution/declarations/ResolvedFieldDeclaration.java 0.000% <0.000%> (-100.000%) 0.000% <0.000%> (ø%)
...ion/declarations/ResolvedInterfaceDeclaration.java 0.000% <0.000%> (-100.000%) 0.000% <0.000%> (ø%)
.../declarations/ResolvedEnumConstantDeclaration.java 0.000% <0.000%> (-100.000%) 0.000% <0.000%> (ø%)
...etrization/ResolvedTypeParameterValueProvider.java 0.000% <0.000%> (-100.000%) 0.000% <0.000%> (ø%)
...parser/resolution/types/ResolvedPrimitiveType.java 0.000% <0.000%> (-93.878%) 0.000% <0.000%> (ø%)
...resolution/types/ResolvedLambdaConstraintType.java 0.000% <0.000%> (-90.000%) 0.000% <0.000%> (ø%)
... and 236 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 54496f6...f87fc6b. 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