From 41329bd8e52fdd0aeeefd89f7d45aad9ad23115f Mon Sep 17 00:00:00 2001 From: Oleg Golberg Date: Mon, 18 Mar 2024 12:59:08 -0400 Subject: [PATCH] Add codecov badge --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5de3981..fd9f78e 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,7 @@ [![Github Actions](https://github.com/open-toast/expediter/actions/workflows/ci.yml/badge.svg)](https://github.com/open-toast/expediter/actions/workflows/ci.yml) [![Maven Central](https://img.shields.io/maven-central/v/com.toasttab.expediter/core)](https://search.maven.org/artifact/com.toasttab.expediter/core) [![Gradle Portal](https://img.shields.io/maven-metadata/v/https/plugins.gradle.org/m2/com/toasttab/expediter/core/maven-metadata.xml.svg?label=gradle-portal&color=yellowgreen)](https://plugins.gradle.org/plugin/com.toasttab.expediter) +[![codecov](https://codecov.io/gh/open-toast/expediter/graph/badge.svg?token=XYNHV3RVX0)](https://codecov.io/gh/open-toast/expediter) Checks for binary incompatibilities between your application classes, application dependencies, and platform APIs at build time.