cosmos / ibc-rs

Rust implementation of the Inter-Blockchain Communication (IBC) protocol.
Apache License 2.0
181 stars 73 forks source link

chore(ci): Make use of `cargo-release`'s `rate-limit` setting #1267

Closed seanchen1991 closed 1 week ago

seanchen1991 commented 1 week ago

Closes: #1226

Description

Rendered: https://github.com/cosmos/ibc-rs/blob/chore/update-release-process/RELEASES.md


PR author checklist:

Reviewer checklist:

codecov[bot] commented 1 week ago

Codecov Report

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

Project coverage is 67.27%. Comparing base (5dc0b09) to head (228383d).

:exclamation: Current head 228383d differs from pull request most recent head c2d2251

Please upload reports for the commit c2d2251 to get more accurate results.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1267 +/- ## ======================================= Coverage 67.27% 67.27% ======================================= Files 235 235 Lines 23538 23538 ======================================= Hits 15836 15836 Misses 7702 7702 ```

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

rnbguy commented 1 week ago

I am thinking, since this cargo-release config seems to be just a trick - can we keep the config in a separate release.toml?

Edit: done at c39f12b