Skip to content

Commit

Permalink
update test coverate
Browse files Browse the repository at this point in the history
  • Loading branch information
canbax committed Jan 21, 2024
1 parent aa2f33b commit 27e9acb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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/

Expand All @@ -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., ...
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

1 comment on commit 27e9acb

@vercel
Copy link

@vercel vercel bot commented on 27e9acb Jan 21, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

namaz-vakti-api – ./

namaz-vakti.vercel.app
namaz-vakti-api-git-main-canbax.vercel.app
namaz-vakti-api-canbax.vercel.app

Please sign in to comment.