Skip to content
This repository has been archived by the owner on Jun 13, 2024. It is now read-only.

Commit

Permalink
docs: add codecov badges (#146)
Browse files Browse the repository at this point in the history
Signed-off-by: Yuhang Shi <[email protected]>
  • Loading branch information
Yuhang Shi authored Nov 14, 2023
1 parent 737abac commit 32cda32
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 16 deletions.
16 changes: 1 addition & 15 deletions codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,7 @@ flag_management:
coverage:
status:
patch: off
project:
default:
target: auto
nodejs:
target: auto
flags:
- nodejs
kotlin:
target: auto
flags:
- kotlin
csharp:
target: auto
flags:
- csharp
project: off
flags:
rust:
paths:
Expand Down
1 change: 1 addition & 0 deletions packages/csharp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
[![License](https://img.shields.io/github/license/pleisto/flappy)](../../LICENSE)
[![NuGet version (Pleisto.Flappy)](https://img.shields.io/nuget/v/Pleisto.Flappy.svg?style=flat-square)](https://www.nuget.org/packages/Pleisto.Flappy/)
[![CI](https://img.shields.io/github/actions/workflow/status/pleisto/flappy/csharp-ci.yml.svg)](https://github.com/pleisto/flappy/actions/workflows/csharp-ci.yml)
[![codecov](https://codecov.io/gh/pleisto/flappy/graph/badge.svg?token=8C94YY3KBD&flag=csharp)](https://codecov.io/gh/pleisto/flappy)

This package is the CSharp version of the flappy implementation.

Expand Down
2 changes: 1 addition & 1 deletion packages/kotlin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ This package is the Kotlin version of the flappy implementation.
[![CI](https://img.shields.io/github/actions/workflow/status/pleisto/flappy/kotlin-ci.yml.svg)](https://github.com/pleisto/flappy/actions/workflows/kotlin-ci.yml)
[![Maven metadata URL](https://img.shields.io/maven-metadata/v.svg?metadataUrl=https%3A%2F%2Frepo1.maven.org%2Fmaven2%2Fcom%2Fpleisto%2Fflappy%2Fmaven-metadata.xml&color=blue)](https://central.sonatype.com/artifact/com.pleisto/flappy)
[![Documentation](https://javadoc.io/badge/com.pleisto/flappy.svg)](https://javadoc.io/doc/com.pleisto/flappy)
[![codecov](https://codecov.io/gh/pleisto/flappy/graph/badge.svg?token=8C94YY3KBD)](https://codecov.io/gh/pleisto/flappy)
[![codecov](https://codecov.io/gh/pleisto/flappy/graph/badge.svg?token=8C94YY3KBD&flag=kotlin)](https://codecov.io/gh/pleisto/flappy)

[Install](#installation)
[Usage](#usage)
Expand Down
1 change: 1 addition & 0 deletions packages/nodejs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ This package is about the Node.js version of the implementation which is written
[![License](https://img.shields.io/github/license/pleisto/flappy.svg)](https://raw.githubusercontent.com/pleisto/flappy/main/LICENSE)
[![CI](https://img.shields.io/github/actions/workflow/status/pleisto/flappy/nodejs-ci.yml.svg)](https://github.com/pleisto/flappy/actions/workflows/nodejs-ci.yml)
[![NPM version](https://img.shields.io/npm/v/%40pleisto/node-flappy/next.svg)](https://npmjs.org/package/@pleisto/node-flappy)
[![codecov](https://codecov.io/gh/pleisto/flappy/graph/badge.svg?token=8C94YY3KBD&flag=nodejs)](https://codecov.io/gh/pleisto/flappy)

</div>

Expand Down
1 change: 1 addition & 0 deletions packages/rust-core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

[![License](https://img.shields.io/github/license/pleisto/flappy.svg)](https://raw.githubusercontent.com/pleisto/flappy/main/LICENSE)
[![CI](https://img.shields.io/github/actions/workflow/status/pleisto/flappy/rust-ci.yml.svg)](https://github.com/pleisto/flappy/actions/workflows/rust-ci.yml)
[![codecov](https://codecov.io/gh/pleisto/flappy/graph/badge.svg?token=8C94YY3KBD&flag=rust)](https://codecov.io/gh/pleisto/flappy)

</div>

Expand Down

0 comments on commit 32cda32

Please sign in to comment.