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 @@ [crates.io link](https://crates.io/crates/bottom) [Nightly documentation](https://clementtsang.github.io/bottom/nightly) [Stable documentation](https://clementtsang.github.io/bottom/stable) +[![codecov](https://codecov.io/gh/ClementTsang/bottom/branch/master/graph/badge.svg?token=IDD43CO0FP)](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/).