Browse Source

add workflow status badge

Nicola Murino 5 years ago
parent
commit
d2a739f8f6
3 changed files with 7 additions and 3 deletions
  1. 1 1
      .github/workflows/development.yml
  2. 1 1
      .github/workflows/release.yml
  3. 5 1
      README.md

+ 1 - 1
.github/workflows/development.yml

@@ -1,4 +1,4 @@
-name: Development Workflow
+name: CI
 
 on:
   push:

+ 1 - 1
.github/workflows/release.yml

@@ -1,4 +1,4 @@
-name: Release Workflow
+name: Release a tag
 
 on:
   push:

+ 5 - 1
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