Skip to content

Fixes #4599 making B.class for testing non-empty#4600

Merged
jlerbsc merged 1 commit intojavaparser:masterfrom
JiriOndrusek:empty_b_class_in_test
Oct 30, 2024
Merged

Fixes #4599 making B.class for testing non-empty#4600
jlerbsc merged 1 commit intojavaparser:masterfrom
JiriOndrusek:empty_b_class_in_test

Conversation

@JiriOndrusek
Copy link
Copy Markdown
Contributor

Fixes #4599

@JiriOndrusek JiriOndrusek force-pushed the empty_b_class_in_test branch from 8669b4c to b05f7bd Compare October 30, 2024 13:23
@jlerbsc jlerbsc merged commit 9ee752a into javaparser:master Oct 30, 2024
@jlerbsc jlerbsc added this to the next release milestone Oct 30, 2024
@jlerbsc jlerbsc added the PR: Changed A PR that changes implementation without changing behaviour (e.g. performance) label Oct 30, 2024
@codecov
Copy link
Copy Markdown

codecov bot commented Oct 30, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 58.009%. Comparing base (7851e36) to head (b05f7bd).
Report is 7 commits behind head on master.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff            @@
##            master     #4600   +/-   ##
=========================================
  Coverage   58.009%   58.009%           
=========================================
  Files          508       508           
  Lines        29778     29778           
  Branches      5253      5253           
=========================================
  Hits         17274     17274           
  Misses       10366     10366           
  Partials      2138      2138           
Flag Coverage Δ
AlsoSlowTests 58.009% <ø> (ø)
javaparser-core 58.009% <ø> (ø)
javaparser-symbol-solver 58.009% <ø> (ø)
jdk-10 57.962% <ø> (ø)
jdk-11 57.975% <ø> (ø)
jdk-12 57.962% <ø> (ø)
jdk-13 57.975% <ø> (ø)
jdk-14 57.962% <ø> (ø)
jdk-15 57.975% <ø> (ø)
jdk-16 57.975% <ø> (ø)
jdk-17 57.975% <ø> (ø)
jdk-18 57.975% <ø> (ø)
jdk-8 57.978% <ø> (ø)
jdk-9 57.962% <ø> (ø)
macos-latest 57.999% <ø> (ø)
ubuntu-latest 57.985% <ø> (ø)
windows-latest 57.985% <ø> (ø)

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


Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 6a7a3d0...b05f7bd. Read the comment docs.

@jlerbsc
Copy link
Copy Markdown
Collaborator

jlerbsc commented Oct 30, 2024

Thank you for your PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

PR: Changed A PR that changes implementation without changing behaviour (e.g. performance)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Empty file in javaparser-core-testing may cause false alarms when checking sources

2 participants