Skip to content

Commit 3f475fc

Browse files
author
Julien Ruaux
committed
Updated README to use standard badges
1 parent 1d518b8 commit 3f475fc

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.adoc

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,13 @@
44
:project-name: redis-sql
55
:project-group: com.redis
66
:project-version: 0.2.0
7+
:artifact-id: trino-redisearch
8+
:codecov-token: CQFF495IPH
79

810
image:https://github.com/{project-owner}/{project-name}/actions/workflows/early-access.yml/badge.svg["Build Status", link="https://github.com/{project-owner}/{project-name}/actions/workflows/early-access.yml"]
9-
image:https://img.shields.io/maven-central/v/{project-group}/trino-redisearch[Download, link="https://search.maven.org/#search|ga|1|trino-redisearch"]
10-
image:https://img.shields.io/nexus/s/{project-group}/trino-redisearch?server=https%3A%2F%2Fs01.oss.sonatype.org[Snapshot,link="https://s01.oss.sonatype.org/#nexus-search;quick~trino-redisearch"]
11-
image:https://codecov.io/gh/{project-owner}/{project-name}/branch/master/graph/badge.svg?token=CQFF495IPH["Coverage", link="https://codecov.io/gh/{project-owner}/{project-name}"]
11+
image:https://img.shields.io/maven-central/v/{project-group}/{artifact-id}[Download, link="https://search.maven.org/#search|ga|1|{artifact-id}"]
12+
image:https://img.shields.io/nexus/s/{project-group}/{artifact-id}?server=https%3A%2F%2Fs01.oss.sonatype.org[Snapshot,link="https://s01.oss.sonatype.org/#nexus-search;quick~{artifact-id}"]
13+
image:https://codecov.io/gh/{project-owner}/{project-name}/branch/master/graph/badge.svg?token={codecov-token}["Coverage", link="https://codecov.io/gh/{project-owner}/{project-name}"]
1214

1315
Redis-SQL is a SQL interface to https://oss.redislabs.com/redisearch/[RediSearch] implemented as a https://trino.io[Trino] connector.
1416

0 commit comments

Comments
 (0)