From b139fd5838a94c982caf5376486fdba89f68bea8 Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Thu, 5 Jun 2025 02:23:35 +0400 Subject: [PATCH] Add missing Codecov badge to README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index feea5e1..b47cc4f 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # MT4 Client Library [![Go Reference](https://pkg.go.dev/badge/go.popov.link/metatrader4.svg)](https://pkg.go.dev/go.popov.link/metatrader4) +[![codecov](https://codecov.io/gh/valentineus/go-metatrader4/graph/badge.svg?token=6ZE32TQERQ)](https://codecov.io/gh/valentineus/go-metatrader4) A lightweight Go client library for interacting with a MetaTrader 4 (MT4) trading server over TCP.