diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index fe9a13a..b252074 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -2,7 +2,10 @@ name: Go on: pull_request: types: [opened, synchronize] - path: '**.go' + paths: + - '**.go' + - 'go.mod' + - 'go.sum' jobs: build: diff --git a/README.md b/README.md index 5ff10a2..3819759 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,12 @@ Go-metrics Exporters === +[![GitHub Actions](https://img.shields.io/github/actions/workflow/status/juvenn/metric-exporters/build.yml?branch=master&style=flat-square)](https://github.com/juvenn/metric-exporters/actions) +[![GitHub Release](https://img.shields.io/github/release/juvenn/metric-exporters/all.svg?style=flat-square)](https://github.com/juvenn/metric-exporters/releases) +[![Go Report Card](https://goreportcard.com/badge/github.com/juvenn/metric-exporters?style=flat-square)](https://goreportcard.com/report/github.com/juvenn/metric-exporters) +![Go Version](https://img.shields.io/github/go-mod/go-version/juvenn/metric-exporters?style=flat-square) + + Export [go-metrics](https://github.com/rcrowley/go-metrics) to multiple upstreams with Emitter, and gracefully close it. Features