зеркало из
https://github.com/glebtv/tui-textarea.git
synced 2026-09-06 15:45:50 +03:00
docs(readme): replace CI badge with Rust Test and Rust Clippy badges (#7)
Этот коммит содержится в:
@@ -2,7 +2,8 @@ tui-textarea-2
|
|||||||
============
|
============
|
||||||
[![crate][crates-io-badge]][crate]
|
[![crate][crates-io-badge]][crate]
|
||||||
[![docs][doc-badge]][doc]
|
[![docs][doc-badge]][doc]
|
||||||
[![CI][ci-badge]][ci]
|
[![Rust Test][test-badge]][test]
|
||||||
|
[![Rust Clippy][clippy-badge]][clippy]
|
||||||
[![coverage][codecov-badge]][codecov]
|
[![coverage][codecov-badge]][codecov]
|
||||||
|
|
||||||
[tui-textarea-2][crate] is a simple yet powerful text editor widget like <textarea> in HTML for [ratatui][] and [tui-rs][].
|
[tui-textarea-2][crate] is a simple yet powerful text editor widget like <textarea> in HTML for [ratatui][] and [tui-rs][].
|
||||||
@@ -718,8 +719,10 @@ tui-textarea-2 is distributed under [The MIT License](./LICENSE).
|
|||||||
[crate]: https://crates.io/crates/tui-textarea-2
|
[crate]: https://crates.io/crates/tui-textarea-2
|
||||||
[doc-badge]: https://docs.rs/tui-textarea-2/badge.svg
|
[doc-badge]: https://docs.rs/tui-textarea-2/badge.svg
|
||||||
[doc]: https://docs.rs/tui-textarea-2/latest/tui_textarea/
|
[doc]: https://docs.rs/tui-textarea-2/latest/tui_textarea/
|
||||||
[ci-badge]: https://github.com/srothgan/tui-textarea/actions/workflows/ci.yml/badge.svg?event=push
|
[test-badge]: https://github.com/srothgan/tui-textarea/actions/workflows/test.yml/badge.svg?event=push
|
||||||
[ci]: https://github.com/srothgan/tui-textarea/actions/workflows/ci.yml
|
[test]: https://github.com/srothgan/tui-textarea/actions/workflows/test.yml
|
||||||
|
[clippy-badge]: https://github.com/srothgan/tui-textarea/actions/workflows/clippy.yml/badge.svg?event=push
|
||||||
|
[clippy]: https://github.com/srothgan/tui-textarea/actions/workflows/clippy.yml
|
||||||
[codecov-badge]: https://codecov.io/gh/srothgan/tui-textarea/graph/badge.svg
|
[codecov-badge]: https://codecov.io/gh/srothgan/tui-textarea/graph/badge.svg
|
||||||
[codecov]: https://codecov.io/gh/srothgan/tui-textarea
|
[codecov]: https://codecov.io/gh/srothgan/tui-textarea
|
||||||
[tui-rs]: https://github.com/fdehau/tui-rs
|
[tui-rs]: https://github.com/fdehau/tui-rs
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user