Skip to content

Conversation

aplavin
Copy link
Contributor

@aplavin aplavin commented Jul 30, 2025

It's very convenient to print intervals (and other objects) with flexible number formatting. Printf is reasonably extensible, and this PR adds Printf support for intervals. + corresponding tests.
FWIW, there are a few packages with this kind of Printf support already: https://juliahub.com/ui/Search?type=code&q=Printf.fmt.

Copy link

codecov bot commented Jul 30, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 98.21%. Comparing base (13c76e1) to head (53c8489).
⚠️ Report is 19 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #201      +/-   ##
==========================================
- Coverage   99.11%   98.21%   -0.90%     
==========================================
  Files           6        7       +1     
  Lines         225      280      +55     
==========================================
+ Hits          223      275      +52     
- Misses          2        5       +3     

☔ 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.

@aplavin
Copy link
Contributor Author

aplavin commented Jul 31, 2025

Not sure what codecov job complains about, all new code seems covered

@aplavin
Copy link
Contributor Author

aplavin commented Aug 21, 2025

bump...

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