time-rs / time

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

Fix llvm-cov build #622

Closed ctz closed 10 months ago

ctz commented 10 months ago

Another crack at #620.

codecov[bot] commented 10 months ago

Codecov Report

Merging #622 (714d51e) into main (6aa8db5) will not change coverage. The diff coverage is n/a.

:exclamation: Current head 714d51e differs from pull request most recent head d3b55cf. Consider uploading reports for the commit d3b55cf to get more accurate results

@@          Coverage Diff          @@
##            main    #622   +/-   ##
=====================================
  Coverage   98.5%   98.5%           
=====================================
  Files         80      80           
  Lines       9105    9105           
=====================================
  Hits        8968    8968           
  Misses       137     137           
Files Changed Coverage Δ
time/src/lib.rs 100.0% <ø> (ø)

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

jhpratt commented 10 months ago

Could you remove the version bump? I do that at the same time as a release. Otherwise LGTM.

ctz commented 10 months ago

Could you remove the version bump? I do that at the same time as a release. Otherwise LGTM.

Done!