From 07bdc4b9d3470394d377c6b614d1b827e925f06c Mon Sep 17 00:00:00 2001 From: Yegor Bugayenko Date: Mon, 29 Aug 2022 08:37:23 +0300 Subject: [PATCH] #142 codecov removed --- README.md | 3 +-- .github/workflows/codecov.yml => codecov.yml | 0 2 files changed, 1 insertion(+), 2 deletions(-) rename .github/workflows/codecov.yml => codecov.yml (100%) diff --git a/README.md b/README.md index 91f2d6cc..47209682 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ - +logo [![EO principles respected here](https://www.elegantobjects.org/badge.svg)](https://www.elegantobjects.org) [![Managed by Zerocracy](https://www.0crat.com/badge/C3RUBL5H9.svg)](https://www.0crat.com/p/C3RUBL5H9) @@ -6,7 +6,6 @@ [![We recommend IntelliJ IDEA](https://www.elegantobjects.org/intellij-idea.svg)](https://www.jetbrains.com/idea/) [![mvn](https://github.com/jcabi/jcabi-parent/actions/workflows/mvn.yml/badge.svg)](https://github.com/jcabi/jcabi-parent/actions/workflows/mvn.yml) -[![codecov](https://codecov.io/gh/jcabi/jcabi-parent/branch/master/graph/badge.svg)](https://codecov.io/gh/jcabi/jcabi-parent) [![PDD status](http://www.0pdd.com/svg?name=jcabi/jcabi-parent)](http://www.0pdd.com/p?name=jcabi/jcabi-parent) [![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.jcabi/parent/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.jcabi/parent) [![Hits-of-Code](https://hitsofcode.com/github/jcabi/jcabi-parent)](https://hitsofcode.com/view/github/jcabi/jcabi-parent) diff --git a/.github/workflows/codecov.yml b/codecov.yml similarity index 100% rename from .github/workflows/codecov.yml rename to codecov.yml