From d3b685dc167f0de7c7c33a8061ed848f0e0578d0 Mon Sep 17 00:00:00 2001 From: Sarthak Nandi Date: Mon, 7 Oct 2024 09:31:28 -0700 Subject: [PATCH] Update badge link in README --- .github/badges/jacoco.svg | 1 - .github/workflows/gradle_main.yml | 1 + README.md | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) delete mode 100644 .github/badges/jacoco.svg diff --git a/.github/badges/jacoco.svg b/.github/badges/jacoco.svg deleted file mode 100644 index 60228e8b5..000000000 --- a/.github/badges/jacoco.svg +++ /dev/null @@ -1 +0,0 @@ -coverage76% \ No newline at end of file diff --git a/.github/workflows/gradle_main.yml b/.github/workflows/gradle_main.yml index 2af9e5265..e86a52630 100644 --- a/.github/workflows/gradle_main.yml +++ b/.github/workflows/gradle_main.yml @@ -14,3 +14,4 @@ jobs: uses: Yelp/nrtsearch/.github/workflows/gradle.yml@main with: branch: main + badge_branch: badge_main diff --git a/README.md b/README.md index 620c751e4..23e520f9b 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[![Coverage](.github/badges/jacoco.svg)](jacoco.svg) [![Docs](https://readthedocs.org/projects/nrtsearch/badge/?version=latest)](https://nrtsearch.readthedocs.io/en/latest/) +[![Coverage](https://raw.githubusercontent.com/Yelp/nrtsearch/refs/heads/badge_main/jacoco.svg)](jacoco.svg) [![Docs](https://readthedocs.org/projects/nrtsearch/badge/?version=latest)](https://nrtsearch.readthedocs.io/en/latest/) # nrtSearch A high performance gRPC server, with optional REST APIs on top of [Apache Lucene](http://lucene.apache.org/) version 8.x source, exposing Lucene's core functionality over a simple gRPC based API.