cargo-readme icon indicating copy to clipboard operation
cargo-readme copied to clipboard

Fix coveralls badge config

Open owayss opened this issue 3 years ago • 0 comments

This PR:

  • https://github.com/livioribeiro/cargo-readme/commit/d2db80b48890a143d9d5639c198c9ce3a31e6ba2 replaces String::split_off(usize) with String::truncate(usize) as its returned value is unused so that the tests no_entrypoint_fail and multiple_bin_fail have the expected output.

  • https://github.com/livioribeiro/cargo-readme/commit/6fed7ed15d6c72c795881c3411f4c2492c0f5e86 fixes the coveralls badge config so it uses the configured branch in the branch attribute.

Thanks for this crate! 🥳

owayss avatar Apr 28 '21 06:04 owayss