time-rs / time

The most used Rust library for date and time handling.
https://time-rs.github.io
Apache License 2.0
1.1k stars 277 forks source link

Month and weekday arithmetic methods #596

Closed HubertK05 closed 1 year ago

HubertK05 commented 1 year ago

This PR includes:

Closes #593.

codecov[bot] commented 1 year ago

Codecov Report

Merging #596 (af0a076) into main (52e5cee) will increase coverage by 0.0%. The diff coverage is 100.0%.

@@          Coverage Diff          @@
##            main    #596   +/-   ##
=====================================
  Coverage   95.7%   95.8%           
=====================================
  Files         79      79           
  Lines       8818    8867   +49     
=====================================
+ Hits        8443    8492   +49     
  Misses       375     375           
Impacted Files Coverage Δ
time/src/month.rs 100.0% <100.0%> (ø)
time/src/weekday.rs 100.0% <100.0%> (ø)

... and 1 file with indirect coverage changes

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more

jhpratt commented 1 year ago

Looks great. Thank you!