diff --git a/.github/workflows/codecov.yml b/.github/workflows/codecov.yml
index 615a6de3..3a4bfc83 100644
--- a/.github/workflows/codecov.yml
+++ b/.github/workflows/codecov.yml
@@ -1,6 +1,7 @@
-# Codecov generation via cargo-tarpaulin.
+# Code coverage generation via cargo-tarpaulin, and uploaded to
+# codecov.
-name: coverage
+name: codecov
on:
workflow_dispatch:
diff --git a/README.md b/README.md
index 5e97fda7..01624577 100644
--- a/README.md
+++ b/README.md
@@ -4,6 +4,7 @@
[
](https://crates.io/crates/bottom)
[
](https://clementtsang.github.io/bottom/nightly)
[
](https://clementtsang.github.io/bottom/stable)
+[](https://codecov.io/gh/ClementTsang/bottom)
A cross-platform graphical process/system monitor with a customizable interface and a multitude of features. Supports Linux, macOS, and Windows. Inspired by [gtop](https://github.com/aksakalli/gtop), [gotop](https://github.com/xxxserxxx/gotop), and [htop](https://github.com/htop-dev/htop/).