Skip to content

Commit

Permalink
centered badges
Browse files Browse the repository at this point in the history
  • Loading branch information
anurag4DSB committed Dec 22, 2024
1 parent aadabb5 commit 4b3c7f1
Showing 1 changed file with 17 additions and 4 deletions.
21 changes: 17 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
# Scality COSI driver

[![codecov](https://codecov.io/gh/scality/cosi-driver/graph/badge.svg?token=NzR3F2ztDv)](https://codecov.io/gh/scality/cosi-driver)
![E2E CI](https://github.com/scality/cosi-driver/actions/workflows/ci-e2e-tests.yml/badge.svg?branch=main)
![Helm Install CI](https://github.com/scality/cosi-driver/actions/workflows/ci-smoke-tests.yml/badge.svg?branch=main)
![Build and Unit Tests CI](https://github.com/scality/cosi-driver/actions/workflows/ci-build-and-unit-tests.yml/badge.svg?branch=main)
<p align="center">
<a href="https://codecov.io/gh/scality/cosi-driver">
<img src="https://codecov.io/gh/scality/cosi-driver/graph/badge.svg?token=NzR3F2ztDv" alt="Code Coverage" />
</a>
<a href="https://github.com/scality/cosi-driver/actions/workflows/ci-build-and-unit-tests.yml">
<img src="https://github.com/scality/cosi-driver/actions/workflows/ci-build-and-unit-tests.yml/badge.svg?branch=main" alt="Build and Unit Tests CI Status" />
</a>
<a href="https://github.com/scality/cosi-driver/actions/workflows/ci-e2e-tests.yml">
<img src="https://github.com/scality/cosi-driver/actions/workflows/ci-e2e-tests.yml/badge.svg?branch=main" alt="E2E CI Status" />
</a>
<a href="https://github.com/scality/cosi-driver/actions/workflows/ci-smoke-tests.yml">
<img src="https://github.com/scality/cosi-driver/actions/workflows/ci-smoke-tests.yml/badge.svg?branch=main" alt="Helm Install CI Status" />
</a>
<a href="https://pkg.go.dev/github.com/scality/cosi-driver">
<img src=".github/images/godoc.svg" alt="Go Reference" />
</a>
</p>

0 comments on commit 4b3c7f1

Please sign in to comment.