From ae8d6359b4e8600abf7b1d8d41051cdc56d67a4f Mon Sep 17 00:00:00 2001 From: Kirill Date: Wed, 15 Mar 2023 17:56:43 +0300 Subject: [PATCH] Update coverage badge in readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cf5320d..1b9cf3a 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Ozon Seller API Client A Ozon Seller API client written in Golang -[![Coverage Status](https://coveralls.io/repos/github/diPhantxm/ozon-api-client/badge.svg?branch=master)](https://coveralls.io/github/diPhantxm/ozon-api-client?branch=master) +[![Coverage Status](https://coveralls.io/repos/github/diPhantxm/ozon-api-client/badge.svg)](https://coveralls.io/github/diPhantxm/ozon-api-client) ![example workflow](https://github.com/diPhantxm/ozon-api-client/actions/workflows/tests.yml/badge.svg) [Ozon](https://ozon.ru) is a marketplace for small and medium enterprises to launch and grow their businesses in Russia. @@ -50,4 +50,4 @@ func main() { ## Contribution If you need some endpoints ASAP, create an issue and list all the endpoints. I will add them to library soon. -Or you can implement them and contribute to the project. Contribution to the project is welcome. \ No newline at end of file +Or you can implement them and contribute to the project. Contribution to the project is welcome.