diff --git a/.github/workflows/go-test.yaml b/.github/workflows/go-test.yaml index d6e7263f..d68aeeb0 100644 --- a/.github/workflows/go-test.yaml +++ b/.github/workflows/go-test.yaml @@ -23,3 +23,10 @@ jobs: - name: Test run: go test -v ./... + + - name: Update coverage report + uses: ncruces/go-coverage-report@21fa4b59396f242b81896a3cd212a463589b6742 + with: + report: 'true' + chart: 'true' + amend: 'false' diff --git a/README.md b/README.md index d24deb69..6f0ec862 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,5 @@ [![Go Report Card](https://goreportcard.com/badge/github.com/ContentSquare/chproxy)](https://goreportcard.com/report/github.com/ContentSquare/chproxy) -[![Build Status](https://travis-ci.org/ContentSquare/chproxy.svg?branch=master)](https://travis-ci.org/ContentSquare/chproxy?branch=master) -[![Coverage](https://img.shields.io/badge/gocover.io-75.7%25-green.svg)](http://gocover.io/github.com/ContentSquare/chproxy?version=1.9) - +[![Go Coverage](https://github.com/ContentSquare/chproxy/wiki/coverage.svg)](https://raw.githack.com/wiki/ContentSquare/chproxy/coverage.html) # chproxy Chproxy is an HTTP proxy and load balancer for the [ClickHouse](https://ClickHouse.yandex) database.