Added more tests and refactored exporter tests. Added code coverage badge.

This commit is contained in:
Musab Gültekin
2019-07-02 14:53:06 +03:00
parent 4ab7cfd904
commit b355a566cf
9 changed files with 144 additions and 17 deletions

1
go.mod
View File

@ -12,6 +12,7 @@ require (
github.com/go-kit/kit v0.8.0
github.com/pkg/errors v0.8.1
github.com/prometheus/client_golang v1.0.0
github.com/stretchr/testify v1.3.0
golang.org/x/net v0.0.0-20190522155817-f3200d17e092
golang.org/x/text v0.3.2 // indirect
)