From 612c5733d04e6c9a25261ed7a6d86dab745c47fa Mon Sep 17 00:00:00 2001 From: Abhijit Paul Date: Thu, 19 Oct 2023 11:24:58 +0530 Subject: [PATCH] Update README.md --- README.md | 22 +++++++++++++++++++--- 1 file changed, 19 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8b13f47..458cb90 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,15 @@ -# BlogVerse -[![wakatime](https://wakatime.com/badge/user/018b43cb-0614-4d68-9d85-6ef192b11745/project/018b43df-e285-4d68-bd03-65eb275f32e7.svg)](https://wakatime.com/@abhijitpaul) +

+ BlogVerse +

BlogVerse

+

Get dynamically generated GitHub stats on your READMEs!

+

+

+ + Code Coverage + + + Code Coverage + ## Problem Statement Create an web application to facilitate the blog creation capabilities with below mentioned features @@ -58,7 +68,7 @@ My motivation behind this project is to enhance my programming skills on Python 13. Setup environment variables as per you (use _.env.example_ file and rename it to _.env_) 14. Run the server ``` - python3 application.py_ | _flask run + python3 application.py | flask run ``` @@ -69,6 +79,12 @@ My motivation behind this project is to enhance my programming skills on Python python -m pytest --disable-warnings ``` +## Code Coverage +1. Navigate to the root folder +2. Run + ``` + python -m pytest --cov=./ --cov-report=xml + ``` ## Flask Scripts Adding single new category