From 27e9acbbedd23c4cdcad94bbbadae81d2c80bc78 Mon Sep 17 00:00:00 2001 From: canbax Date: Sun, 21 Jan 2024 16:31:28 +0300 Subject: [PATCH] update test coverate --- README.md | 4 +++- package.json | 3 +-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 43b44c1..dd01a6d 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # namaz-vakti-api -![Build](https://github.com/canbax/namaz-vakti-api/actions/workflows/build-and-test.yml/badge.svg) ![Statements](https://img.shields.io/badge/statements-99.19%25-brightgreen.svg?style=flat) [![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/canbax/namaz-vakti-api/blob/main/LICENSE) +![Build](https://github.com/canbax/namaz-vakti-api/actions/workflows/build-and-test.yml/badge.svg) ![Statements](https://img.shields.io/badge/statements-99.72%25-brightgreen.svg?style=flat) [![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/canbax/namaz-vakti-api/blob/main/LICENSE) https://namaz-vakti.vercel.app/ @@ -12,6 +12,8 @@ Built for [namaz-vakti](https://github.com/canbax/namaz-vakti) Uses [geo-data-generator](https://github.com/canbax/geo-data-generator) for geographic data +Use `update-readme-test-cov` command to update test coverage occasionally + thanks a lot to [adhan-js](https://github.com/batoulapps/adhan-js) and [ip2location](https://lite.ip2location.com/) Thanks a lot to supporters: Ali T., Burak H. K., ... diff --git a/package.json b/package.json index db2296c..2636ef1 100644 --- a/package.json +++ b/package.json @@ -17,8 +17,7 @@ "test-cov-report": "PORT=8080 jest --coverage -c=jest.config2.js", "test2": "PORT=8080 jest", "update-readme-test-cov": "npm run test-cov && npm run make-badges", - "make-badges": "istanbul-badges-readme", - "make-badges:ci": "npm run make-badges -- --ci" + "make-badges": "istanbul-badges-readme" }, "author": "", "license": "ISC",