Skip to content

Commit 85194ee

Browse files
authored
fix outdated links in readme (#364)
* fix outdated linked in readme * using the marketplace version * useless commit to force ci * update version to comply with CS sec guidelines * Update go-test.yaml * commit to force ci
1 parent 5190ff0 commit 85194ee

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

.github/workflows/go-test.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,10 @@ jobs:
2323

2424
- name: Test
2525
run: go test -v ./...
26+
27+
- name: Update coverage report
28+
uses: ncruces/go-coverage-report@21fa4b59396f242b81896a3cd212a463589b6742
29+
with:
30+
report: 'true'
31+
chart: 'true'
32+
amend: 'false'

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
[![Go Report Card](https://goreportcard.com/badge/github.com/ContentSquare/chproxy)](https://goreportcard.com/report/github.com/ContentSquare/chproxy)
2-
[![Build Status](https://travis-ci.org/ContentSquare/chproxy.svg?branch=master)](https://travis-ci.org/ContentSquare/chproxy?branch=master)
3-
[![Coverage](https://img.shields.io/badge/gocover.io-75.7%25-green.svg)](http://gocover.io/github.com/ContentSquare/chproxy?version=1.9)
4-
2+
[![Go Coverage](https://github.com/ContentSquare/chproxy/wiki/coverage.svg)](https://raw.githack.com/wiki/ContentSquare/chproxy/coverage.html)
53
# chproxy
64

75
Chproxy is an HTTP proxy and load balancer for the [ClickHouse](https://ClickHouse.yandex) database.

0 commit comments

Comments
 (0)