ci: add codecov to docs, update workflow name (#609)

Adds a codecov badge for quick reference.
This commit is contained in:
Clement Tsang 2021-11-25 20:45:08 -05:00 committed by GitHub
parent 1f6a2a8391
commit ce15731b77
2 changed files with 4 additions and 2 deletions

View File

@ -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:

View File

@ -4,6 +4,7 @@
[<img src="https://img.shields.io/crates/v/bottom.svg?style=flat-square" alt="crates.io link">](https://crates.io/crates/bottom)
[<img src="https://img.shields.io/badge/docs-nightly-88c0d0?style=flat-square&labelColor=555555&logoColor=white" alt="Nightly documentation">](https://clementtsang.github.io/bottom/nightly)
[<img src="https://img.shields.io/badge/docs-stable-66c2a5?style=flat-square&labelColor=555555&logoColor=white" alt="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/).