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

Add RecurrenceSet::isFinite method to deprecate isInfinite, closes #134 #135

Merged
merged 1 commit into from
Apr 6, 2024

Add RecurrenceSet::isFinite method to deprecate isInfinite, closes #134

fd1177f
Select commit
Loading
Failed to load commit list.
Merged

Add RecurrenceSet::isFinite method to deprecate isInfinite, closes #134 #135

Add RecurrenceSet::isFinite method to deprecate isInfinite, closes #134
fd1177f
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Apr 6, 2024 in 0s

77.63% (+0.03%) compared to 05920e7

View this Pull Request on Codecov

77.63% (+0.03%) compared to 05920e7

Details

Codecov Report

Attention: Patch coverage is 88.88889% with 1 lines in your changes are missing coverage. Please review.

Project coverage is 77.63%. Comparing base (05920e7) to head (fd1177f).

Files Patch % Lines
src/main/java/org/dmfs/rfc5545/RecurrenceSet.java 0.00% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               main     #135      +/-   ##
============================================
+ Coverage     77.59%   77.63%   +0.03%     
- Complexity      556      563       +7     
============================================
  Files            72       73       +1     
  Lines          2089     2097       +8     
  Branches        372      373       +1     
============================================
+ Hits           1621     1628       +7     
- Misses          323      324       +1     
  Partials        145      145              

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