From 612c5733d04e6c9a25261ed7a6d86dab745c47fa Mon Sep 17 00:00:00 2001
From: Abhijit Paul
+
+ Get dynamically generated GitHub stats on your READMEs!BlogVerse
+
+ + + + + + ## 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