We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 419f65c commit f0a35f7Copy full SHA for f0a35f7
readme.md
@@ -9,6 +9,7 @@
9
# markdown-rs
10
11
[![Build][build-badge]][build]
12
+[![Coverage][coverage-badge]][coverage]
13
[![GitHub][repo-badge]][repo]
14
[![docs.rs][docs-badge]][docs]
15
[![crates.io][crate-badge]][crate]
@@ -343,6 +344,10 @@ Special thanks go out to:
343
344
345
[build]: https://github.com/wooorm/markdown-rs/actions
346
347
+[coverage-badge]: https://img.shields.io/codecov/c/github/wooorm/markdown-rs.svg
348
+
349
+[coverage]: https://codecov.io/github/wooorm/markdown-rs
350
351
[repo-badge]: https://img.shields.io/badge/GitHub-wooorm%2Fmarkdown--rs-brightgreen
352
353
[repo]: https://github.com/wooorm/markdown-rs
0 commit comments