From b545c57aff5797854c358763c959318d4a1382b7 Mon Sep 17 00:00:00 2001 From: Takeru Sato Date: Sun, 11 Aug 2024 21:21:37 +0900 Subject: [PATCH] docs: fix codecov badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1bf0136..b455635 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Yet another fluentd logger for scala [![CI](https://github.com/tkrs/fluflu/workflows/CI/badge.svg)](https://github.com/tkrs/fluflu/actions?query=workflow%3ACI) [![Release](https://github.com/tkrs/fluflu/workflows/Release/badge.svg)](https://github.com/tkrs/fluflu/actions?query=workflow%3ARelease) [![Tagging](https://github.com/tkrs/fluflu/actions/workflows/tagging.yml/badge.svg)](https://github.com/tkrs/fluflu/actions/workflows/tagging.yml) -[![codecov.io](http://codecov.io/github/tkrs/fluflu/coverage.svg?branch=master)](http://codecov.io/github/tkrs/fluflu?branch=master) +[![codecov](https://codecov.io/github/tkrs/fluflu/graph/badge.svg?token=p0aMOSH7M3)](https://codecov.io/github/tkrs/fluflu) [![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.github.tkrs/fluflu-core_2.12/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.github.tkrs/fluflu-core_2.12) ## How to use it