From eab89d502afd57def6bad55fa74e30e024ff2609 Mon Sep 17 00:00:00 2001 From: Sylvain Gaunet <1552102+sgaunet@users.noreply.github.com> Date: Tue, 13 May 2025 21:16:05 +0200 Subject: [PATCH] feat: update README with new badges --- .github/workflows/{ci.yml => coverage.yml} | 0 README.md | 4 ++++ 2 files changed, 4 insertions(+) rename .github/workflows/{ci.yml => coverage.yml} (100%) diff --git a/.github/workflows/ci.yml b/.github/workflows/coverage.yml similarity index 100% rename from .github/workflows/ci.yml rename to .github/workflows/coverage.yml diff --git a/README.md b/README.md index f9f75b8..fd6b518 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,10 @@ [![GitHub release](https://img.shields.io/github/release/sgaunet/gitlab-backup2s3.svg)](https://github.com/sgaunet/gitlab-backup2s3/releases/latest) ![GitHub Downloads](https://img.shields.io/github/downloads/sgaunet/gitlab-backup2s3/total) ![Test Coverage](https://raw.githubusercontent.com/wiki/sgaunet/gitlab-backup2s3/coverage-badge.svg) +[![linter](https://github.com/sgaunet/gitlab-backup2s3/actions/workflows/linter.yml/badge.svg)](https://github.com/sgaunet/gitlab-backup2s3/actions/workflows/linter.yml) +[![coverage](https://github.com/sgaunet/gitlab-backup2s3/actions/workflows/coverage.yml/badge.svg)](https://github.com/sgaunet/gitlab-backup2s3/actions/workflows/coverage.yml) +[![Snapshot Build](https://github.com/sgaunet/gitlab-backup2s3/actions/workflows/snapshot.yml/badge.svg)](https://github.com/sgaunet/gitlab-backup2s3/actions/workflows/snapshot.yml) +[![Release Build](https://github.com/sgaunet/gitlab-backup2s3/actions/workflows/release.yml/badge.svg)](https://github.com/sgaunet/gitlab-backup2s3/actions/workflows/release.yml) [![GoDoc](https://godoc.org/github.com/sgaunet/gitlab-backup2s3?status.svg)](https://godoc.org/github.com/sgaunet/gitlab-backup2s3) [![License](https://img.shields.io/github/license/sgaunet/gitlab-backup2s3.svg)](LICENSE)