File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed
Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change 11# CRIEW
22
3+ [ ![ codecov] ( https://codecov.io/github/ChenMiaoi/CRIEW/graph/badge.svg?token=AH99YLKKPD )] ( https://codecov.io/github/ChenMiaoi/CRIEW )
4+
35CRIEW is a Rust TUI for Linux kernel patch mail workflows.
46` CRIEW ` stands for ` Code Review in Efficient Workflow ` .
57The repository name stays uppercase as ` CRIEW ` , while the crate and CLI use lowercase ` criew ` .
Original file line number Diff line number Diff 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 ' [](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} "
You can’t perform that action at this time.
0 commit comments