Skip to content

Commit

Permalink
Add coverage info to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
z4kn4fein committed Mar 7, 2024
1 parent 6cd7aa2 commit bd0bf8b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@

[![Build Status](https://github.com/configcat/configcat-proxy/actions/workflows/proxy-ci.yml/badge.svg?branch=main)](https://github.com/configcat/configcat-proxy/actions/workflows/proxy-ci.yml)
[![Go Report Card](https://goreportcard.com/badge/github.com/configcat/configcat-proxy)](https://goreportcard.com/report/github.com/configcat/configcat-proxy)
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=configcat_configcat-proxy&metric=alert_status)](https://sonarcloud.io/dashboard?id=configcat_configcat-proxy)
[![Sonar Quality Gate](https://img.shields.io/sonar/quality_gate/configcat_configcat-proxy?logo=sonarcloud&server=https%3A%2F%2Fsonarcloud.io)](https://sonarcloud.io/project/overview?id=configcat_configcat-proxy)
[![Sonar Coverage](https://img.shields.io/sonar/coverage/configcat_configcat-proxy?logo=SonarCloud&server=https%3A%2F%2Fsonarcloud.io)](https://sonarcloud.io/project/overview?id=configcat_configcat-proxy)

> [!NOTE]\
> The ConfigCat Proxy is in a public beta phase. If you have feedback or questions, please file a [GitHub Issue](https://github.com/configcat/configcat-proxy/issues) or [contact us](https://configcat.com/support).
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ services:
- CONFIGCAT_SDK2_BASE_URL=https://test-cdn-global.configcat.com
- CONFIGCAT_SDK2_POLL_INTERVAL=300
- CONFIGCAT_SDK2_WEBHOOK_SIGNING_KEY=configcat_whsk_a8w2b38Ofhs0rzXbZhNCvPTeTeUxmerTBy9PzMCX6+E=
- CONFIGCAT_SDK2_OFFLINE_ENABLED=true
- CONFIGCAT_SDK2_OFFLINE_USE_CACHE=true
# - CONFIGCAT_SDK2_OFFLINE_ENABLED=true
# - CONFIGCAT_SDK2_OFFLINE_USE_CACHE=true
- CONFIGCAT_SDK2_LOG_LEVEL=error
- CONFIGCAT_CACHE_REDIS_ENABLED=true
- CONFIGCAT_CACHE_REDIS_ADDRESSES=["redis:6379"]
Expand Down

0 comments on commit bd0bf8b

Please sign in to comment.