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

Fix Crash in Maven builds, fixes #200 #201

Merged
merged 1 commit into from
Sep 28, 2024
Merged

Fix Crash in Maven builds, fixes #200 #201

merged 1 commit into from
Sep 28, 2024

Conversation

dmfs
Copy link
Collaborator

@dmfs dmfs commented Sep 28, 2024

In some builds (e.g. maven) the test class path may be shorter than four elements. This now no longer causes a crash.

In some builds (e.g. maven) the test class path may be shorter than four
elements. This now no longer causes a crash.
Copy link

codecov bot commented Sep 28, 2024

Codecov Report

Attention: Patch coverage is 0% with 1 line in your changes missing coverage. Please review.

Project coverage is 96.26%. Comparing base (ba59578) to head (4b003ec).
Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
...testengine/testdescriptor/ClassTestDescriptor.java 0.00% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               main     #201      +/-   ##
============================================
- Coverage     96.31%   96.26%   -0.05%     
- Complexity      883      884       +1     
============================================
  Files           230      230              
  Lines          1980     1981       +1     
  Branches         64       64              
============================================
  Hits           1907     1907              
  Misses           63       63              
- Partials         10       11       +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@dmfs dmfs merged commit 371db1b into main Sep 28, 2024
1 of 3 checks passed
@dmfs dmfs deleted the 200-fix-maven-support branch September 28, 2024 13:47
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.

2 participants