Skip to content

Commit 21c4c25

Browse files
committed
docs: add Codecov badges to project entrypoints
1 parent f698e12 commit 21c4c25

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# CRIEW
22

3+
[![codecov](https://codecov.io/github/ChenMiaoi/CRIEW/graph/badge.svg?token=AH99YLKKPD)](https://codecov.io/github/ChenMiaoi/CRIEW)
4+
35
CRIEW is a Rust TUI for Linux kernel patch mail workflows.
46
`CRIEW` stands for `Code Review in Efficient Workflow`.
57
The repository name stays uppercase as `CRIEW`, while the crate and CLI use lowercase `criew`.

scripts/generate-release-notes.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ mkdir -p "$(dirname "${output_file}")"
5555

5656
{
5757
printf '## %s %s\n\n' "${package_name}" "${tag_name}"
58+
printf '[![codecov](https://codecov.io/github/ChenMiaoi/CRIEW/graph/badge.svg?token=AH99YLKKPD)](https://codecov.io/github/ChenMiaoi/CRIEW)\n\n'
5859
printf 'Source release for `%s`.\n\n' "$(git rev-list -n 1 "${tag_name}")"
5960
printf '### Release Assets\n\n'
6061
printf -- '- Source archive: `%s-%s-src.tar.gz`\n' "${package_name}" "${tag_name}"

0 commit comments

Comments
 (0)