diff --git a/.github/badges/jacoco.svg b/.github/badges/jacoco.svg deleted file mode 100644 index fc877a270..000000000 --- a/.github/badges/jacoco.svg +++ /dev/null @@ -1 +0,0 @@ -coverage75.8% \ No newline at end of file diff --git a/.github/workflows/gradle_v0.x.yml b/.github/workflows/gradle_v0.x.yml index c4cb8acf4..28257521f 100644 --- a/.github/workflows/gradle_v0.x.yml +++ b/.github/workflows/gradle_v0.x.yml @@ -14,3 +14,4 @@ jobs: uses: Yelp/nrtsearch/.github/workflows/gradle.yml@v0.x with: branch: v0.x + badge_branch: badge_v0.x diff --git a/README.md b/README.md index e36c5a7f3..fbfcbb602 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_v0.x/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.