Skip to content

Conversation

@cjdoris
Copy link
Collaborator

@cjdoris cjdoris commented Nov 12, 2025

Summary

  • fix DATE attribute parsing to use the default ARFF date format when none is specified
  • ensure parse_javadateformat reports the original format when quotes are unbalanced
  • add comprehensive parsing and loading test items covering quote heuristics, sparse zero fill, and unsupported column kinds
  • add save test verifying AbstractString conversions

Testing

  • julia --project=@. -e 'using Pkg; Pkg.test(coverage=true)'

Codex Task

@codecov
Copy link

codecov bot commented Nov 12, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 90.25%. Comparing base (bb111e3) to head (f7cf2bb).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #29      +/-   ##
==========================================
+ Coverage   81.92%   90.25%   +8.33%     
==========================================
  Files           1        1              
  Lines         708      708              
==========================================
+ Hits          580      639      +59     
+ Misses        128       69      -59     

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

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

@cjdoris cjdoris merged commit 1643f3f into main Nov 12, 2025
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants