Skip to content

Commit

Permalink
fix outdated links in readme (#364)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
mga-chka authored Oct 5, 2023
1 parent 5190ff0 commit 85194ee
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/go-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit 85194ee

Please sign in to comment.