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

Make JArray register as a sequence and List bug fixes #1264

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

Thrameos
Copy link
Contributor

Fixes #1252

@Thrameos Thrameos requested a review from marscher March 20, 2025 14:29
Copy link

codecov bot commented Mar 20, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 86.92%. Comparing base (7b24a39) to head (b0d8af5).

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1264      +/-   ##
==========================================
+ Coverage   86.90%   86.92%   +0.02%     
==========================================
  Files         113      113              
  Lines       10336    10343       +7     
  Branches     4065     4065              
==========================================
+ Hits         8982     8991       +9     
+ Misses        758      757       -1     
+ Partials      596      595       -1     
Files with missing lines Coverage Δ
jpype/_jarray.py 100.00% <100.00%> (ø)
jpype/_jcollection.py 100.00% <100.00%> (ø)

... and 3 files with indirect coverage changes

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

@Thrameos Thrameos added bug Unable to deliver desired behavior (crash, fail, untested) enhancement Improvement in capability planned for future release labels Mar 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Unable to deliver desired behavior (crash, fail, untested) enhancement Improvement in capability planned for future release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Java arrays are Iterable, but aren't Sequence
1 participant