JuliaLang / Compat.jl

Compatibility across Julia versions
Other
142 stars 117 forks source link

Support `round`/`trunc`/`ceil`/`floor` for `Bool` #799

Closed mtfishman closed 1 year ago

mtfishman commented 1 year ago

Closes #798.

codecov[bot] commented 1 year ago

Codecov Report

Merging #799 (920202a) into master (16043df) will decrease coverage by 0.23%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master     #799      +/-   ##
==========================================
- Coverage   91.92%   91.69%   -0.23%     
==========================================
  Files           2        2              
  Lines         260      265       +5     
==========================================
+ Hits          239      243       +4     
- Misses         21       22       +1     
Impacted Files Coverage Δ
src/Compat.jl 92.21% <100.00%> (-0.26%) :arrow_down:
mtfishman commented 1 year ago

@martinholters I added an entry to the README and bumped the version, good from my end.