Skip to content

Commit fd47d1b

Browse files
authored
Merge pull request #5 from milosgajdos/codecov
Add codecov badge
2 parents db6b027 + 9741794 commit fd47d1b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ clean:
1414
go clean
1515

1616
dep:
17-
go get
17+
go get ./...
1818

1919
check:
2020
go vet ./...

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
[![GoDoc](https://godoc.org/github.com/milosgajdos/go-estimate?status.svg)](https://godoc.org/github.com/milosgajdos/go-estimate)
66
[![License](https://img.shields.io/:license-apache-blue.svg)](https://opensource.org/licenses/Apache-2.0)
77
[![Go Report Card](https://goreportcard.com/badge/milosgajdos/go-estimate)](https://goreportcard.com/report/github.com/milosgajdos/go-estimate)
8+
[![codecov](https://codecov.io/gh/milosgajdos/go-estimate/branch/master/graph/badge.svg)](https://codecov.io/gh/milosgajdos/go-estimate)
89

910
This package offers a small suite of basic filtering algorithms written in Go. It currently provides the implementations of the following filters and estimators:
1011

0 commit comments

Comments
 (0)