- ✅Install coverage
- ✅Try coverage from terminal
- ✅Incorporate coverage into a python script
- Add a PAT to github
- Adjust svg-icon for coverage
- Add POST-changes logic into python script
- Add a threshold
- Test everything together
- Configure a Policy to block merging
- Create simple Django Project
- Add secrets.py to .gitignore
- Create secrets.py next to settings.py
- Move SECRET_KEY from settings.py
- Create simple model
- Create simple TemplateView
- Makemigrations
- Migrate
- Create empty_migration for
main_app
(python manage.py makemigrations --empty yourappname) - Add sample data to it
- Add path
- Add actions
- Protect master
- Add badge