diff --git a/README.md b/README.md index b025474..baea887 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ Echo Network Watcher ===================== ![CI](https://github.com/soketi/network-watcher/workflows/CI/badge.svg?branch=master) +[![codecov](https://codecov.io/gh/soketi/network-watcher/branch/master/graph/badge.svg?token=31PP7UF8SX)](https://codecov.io/gh/soketi/network-watcher) +![v1.20.2 K8s Version](https://img.shields.io/badge/K8s%20v1.20.2-Ready-%23326ce5?colorA=306CE8&colorB=green) Laravel Zero-based app that monitors Echo container and manages the new, incoming connections, within a Kubernetes cluster. @@ -24,6 +26,10 @@ $ composer install --ignore-platform-reqs && cp .env.example .env $ php application network:watch ``` +## Configuration + +Coming soon. + ## 🐛 Testing ``` bash