Skip to content

Commit 27890b4

Browse files
committed
build badge
1 parent f3012d3 commit 27890b4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ tidy:
1414
# Run tests
1515
test: tidy fmt vet
1616
gosec ./...
17-
go test ./... -coverprofile=coverage.out
17+
go test ./... -coverprofile=coverage.out
1818
go tool cover -func=coverage.out
1919

2020
# Run ci tests

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[![GoDoc](https://godoc.org/github.com/bakito/cert-fetcher?status.svg)](http://godoc.org/github.com/bakito/cert-fetcher)
2-
[![Build Status](https://travis-ci.com/bakito/cert-fetcher.svg?branch=master)](https://travis-ci.com/bakito/cert-fetcher)
2+
[![Go](https://github.com/bakito/cert-fetcher/actions/workflows/go.yml/badge.svg)](https://github.com/bakito/cert-fetcher/actions/workflows/go.yml)
33
[![Go Report Card](https://goreportcard.com/badge/github.com/bakito/cert-fetcher)](https://goreportcard.com/report/github.com/bakito/cert-fetcher)
44
[![GitHub Release](https://img.shields.io/github/release/bakito/cert-fetcher.svg?style=flat)](https://github.com/bakito/cert-fetcher/releases)
55

0 commit comments

Comments
 (0)