jonodrew / mentor-match

Other
3 stars 5 forks source link

Update privacy policy (special category data) #102

Closed johnpeart closed 2 years ago

johnpeart commented 2 years ago

Pull request for #84.

Changes are minor only to the HTML page template for the /privacy-and-data page.

github-actions[bot] commented 2 years ago

:white_check_mark: Result of Pytest Coverage

---------- coverage: platform linux, python 3.9.13-final-0 ----------- Name Stmts Miss Cover
/app/init.py 20 0 100%
/app/auth/init.py 3 0 100%
/app/auth/routes.py 17 2 88%
/app/classes.py 83 3 96%
/app/config.py 10 1 90%
/app/extensions.py 3 0 100%
/app/helpers.py 71 27 62%
/app/main/init.py 7 1 86%
/app/main/routes.py 127 14 89%
/app/tasks/init.py 10 2 80%
/app/tasks/helpers.py 11 4 64%
/app/tasks/tasks.py 34 0 100%
TOTAL 396 54 86%
======================= 34 passed, 45