Skip to content

Fix: issue 4707 Upgrading from junit 5.11.4 -> 5.12.1 causes junit exception#4708

Merged
jlerbsc merged 1 commit into
javaparser:masterfrom
jlerbsc:master
Apr 3, 2025
Merged

Fix: issue 4707 Upgrading from junit 5.11.4 -> 5.12.1 causes junit exception#4708
jlerbsc merged 1 commit into
javaparser:masterfrom
jlerbsc:master

Conversation

@jlerbsc

@jlerbsc jlerbsc commented Apr 3, 2025

Copy link
Copy Markdown
Collaborator

Fixes #4707 .

Use of the JUnit Platform Bill of Materials (BOM) to align the versions of all JUnit 5 artifacts

@codecov

codecov Bot commented Apr 3, 2025

Copy link
Copy Markdown

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 58.198%. Comparing base (fc7d6a6) to head (0efeae1).
Report is 17 commits behind head on master.

Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff             @@
##              master     #4708   +/-   ##
===========================================
  Coverage     58.198%   58.198%           
  Complexity      2497      2497           
===========================================
  Files            670       670           
  Lines          38719     38719           
  Branches        7022      7022           
===========================================
  Hits           22534     22534           
  Misses         13293     13293           
  Partials        2892      2892           
Flag Coverage Δ
AlsoSlowTests 58.198% <ø> (ø)
javaparser-core 58.198% <ø> (ø)
javaparser-symbol-solver 58.198% <ø> (ø)
jdk-10 57.757% <ø> (ø)
jdk-11 57.757% <ø> (ø)
jdk-12 57.757% <ø> (ø)
jdk-13 57.757% <ø> (ø)
jdk-14 57.997% <ø> (ø)
jdk-15 57.997% <ø> (ø)
jdk-16 57.971% <ø> (ø)
jdk-17 58.126% <ø> (ø)
jdk-18 58.126% <ø> (ø)
jdk-8 57.758% <ø> (ø)
jdk-9 57.754% <ø> (ø)
macos-latest 58.191% <ø> (ø)
ubuntu-latest 58.185% <ø> (ø)
windows-latest 58.180% <ø> (ø)

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 4b3a4c3...0efeae1. Read the comment docs.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@jlerbsc jlerbsc merged commit 0910acd into javaparser:master Apr 3, 2025
@jlerbsc jlerbsc added this to the next release milestone Apr 3, 2025
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.

Upgrading from junit 5.11.4 -> 5.12.1 causes junit exception

1 participant