chronotope / chrono

Date and time library for Rust
Other
3.3k stars 523 forks source link

run cargo publish, package #1540

Open jtmoon79 opened 6 months ago

jtmoon79 commented 6 months ago

Test that cargo publish and cargo package succeed.

codecov[bot] commented 6 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 93.96%. Comparing base (21ee9b7) to head (aa6a2d5).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## 0.5.x #1540 +/- ## ======================================= Coverage 93.96% 93.96% ======================================= Files 37 37 Lines 16662 16662 ======================================= Hits 15656 15656 Misses 1006 1006 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

pitdicker commented 6 months ago

Thank you! What errors would this catch that our regular build and test CI runs don't catch?

pitdicker commented 6 months ago

Just added a similar CI job for chrono-tz in https://github.com/chronotope/chrono-tz/pull/158. So I now see its use :smile:.

@jtmoon79 Want to finish up this PR?