From 8aba84c8014fc660dda29d7d4d322e31778d8dbb Mon Sep 17 00:00:00 2001 From: VM Date: Tue, 21 Nov 2023 19:36:38 +0800 Subject: [PATCH] ci: rename unit test yml file --- .github/workflows/code-lint.yml | 2 +- .github/workflows/{uint-test.yml => unit-test.yml} | 0 README.md | 4 +++- 3 files changed, 4 insertions(+), 2 deletions(-) rename .github/workflows/{uint-test.yml => unit-test.yml} (100%) diff --git a/.github/workflows/code-lint.yml b/.github/workflows/code-lint.yml index a46c890..fb8820d 100644 --- a/.github/workflows/code-lint.yml +++ b/.github/workflows/code-lint.yml @@ -1,4 +1,4 @@ -name: Golang Code Lint +name: Code Lint on: push: diff --git a/.github/workflows/uint-test.yml b/.github/workflows/unit-test.yml similarity index 100% rename from .github/workflows/uint-test.yml rename to .github/workflows/unit-test.yml diff --git a/README.md b/README.md index eac26bc..02a4df1 100644 --- a/README.md +++ b/README.md @@ -3,9 +3,11 @@ [![Go Version](https://img.shields.io/badge/go-v1.21.1-green.svg)](https://golang.org/dl/) [![Code Lint](https://github.com/bufdata/coingecko-api/actions/workflows/code-lint.yml/badge.svg)](https://github.com/bufdata/coingecko-api/actions/workflows/code-lint.yml) [![Unit Test](https://github.com/bufdata/coingecko-api/actions/workflows/unit-test.yml/badge.svg)](https://github.com/bufdata/coingecko-api/actions/workflows/unit-test.yml) -[![Build Status](https://travis-ci.com/bufdata/coingecko-api.svg?branch=main)](https://travis-ci.com/bufdata/coingecko-api) [![GoDoc](https://pkg.go.dev/github.com/bufdata/coingecko-api?status.svg)](https://pkg.go.dev/github.com/bufdata/coingecko-api) +[![goreports](https://goreportcard.com/badge/github.com/bufdata/coingecko-api)](https://goreportcard.com/report/github.com/bufdata/coingecko-api) +[![Codecov](https://codecov.io/gh/bufdata/coingecko-api/branch/master/graph/badge.svg)](https://codecov.io/gh/bufdata/coingecko-api) [![license](https://img.shields.io/badge/license-MIT-blue)](https://github.com/bufdata/coingecko-api/blob/main/LICENSE) +[![Build Status](https://travis-ci.com/bufdata/coingecko-api.svg?branch=main)](https://travis-ci.com/bufdata/coingecko-api) [![](https://static.coingecko.com/s/coingecko-logo-d13d6bcceddbb003f146b33c2f7e8193d72b93bb343d38e392897c3df3e78bdd.png)](https://coingecko.com) [![](https://www.geckoterminal.com/_next/static/media/logo_dark.6b1547fe.png)](https://www.geckoterminal.com)