From d2a739f8f61a8343758ca09d2c685ea3445f0907 Mon Sep 17 00:00:00 2001 From: Nicola Murino Date: Sun, 28 Jun 2020 21:01:03 +0200 Subject: [PATCH] add workflow status badge --- .github/workflows/development.yml | 2 +- .github/workflows/release.yml | 2 +- README.md | 6 +++++- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.github/workflows/development.yml b/.github/workflows/development.yml index 064edb6f..950fb2a1 100644 --- a/.github/workflows/development.yml +++ b/.github/workflows/development.yml @@ -1,4 +1,4 @@ -name: Development Workflow +name: CI on: push: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 315e35af..e561d35c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,4 +1,4 @@ -name: Release Workflow +name: Release a tag on: push: diff --git a/README.md b/README.md index d405e798..2aa78d91 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,10 @@ # SFTPGo -[![Build Status](https://travis-ci.org/drakkan/sftpgo.svg?branch=master)](https://travis-ci.org/drakkan/sftpgo) [![Code Coverage](https://codecov.io/gh/drakkan/sftpgo/branch/master/graph/badge.svg)](https://codecov.io/gh/drakkan/sftpgo/branch/master) [![Go Report Card](https://goreportcard.com/badge/github.com/drakkan/sftpgo)](https://goreportcard.com/report/github.com/drakkan/sftpgo) [![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0) [![Mentioned in Awesome Go](https://awesome.re/mentioned-badge.svg)](https://github.com/avelino/awesome-go) +![CI Status](https://github.com/drakkan/sftpgo/workflows/CI/badge.svg?branch=master&event=push) +[![Code Coverage](https://codecov.io/gh/drakkan/sftpgo/branch/master/graph/badge.svg)](https://codecov.io/gh/drakkan/sftpgo/branch/master) +[![Go Report Card](https://goreportcard.com/badge/github.com/drakkan/sftpgo)](https://goreportcard.com/report/github.com/drakkan/sftpgo) +[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0) +[![Mentioned in Awesome Go](https://awesome.re/mentioned-badge.svg)](https://github.com/avelino/awesome-go) Fully featured and highly configurable SFTP server, written in Go