mickeykkim / inky_pi

Project to display data using InkyWHAT on a Raspberry Pi
https://mickeykkim.github.io/inky_pi/
MIT License
8 stars 1 forks source link

Add flask frontend #12

Closed mickeykkim closed 11 months ago

mickeykkim commented 1 year ago

This MR updates and fixes compliance static analysis checks and adds a flask frontend to edit app configuration.

codecov[bot] commented 1 year ago

Codecov Report

Attention: 4 lines in your changes are missing coverage. Please review.

Comparison is base (2723bd6) 86.69% compared to head (d6b46b9) 88.08%.

:exclamation: Current head d6b46b9 differs from pull request most recent head b378a89. Consider uploading reports for the commit b378a89 to get more accurate results

Files Patch % Lines
inky_pi/display/util/desktop_driver.py 0.00% 2 Missing :warning:
inky_web/routes.py 92.85% 1 Missing and 1 partial :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #12 +/- ## ========================================== + Coverage 86.69% 88.08% +1.38% ========================================== Files 16 18 +2 Lines 669 688 +19 Branches 32 53 +21 ========================================== + Hits 580 606 +26 + Misses 83 74 -9 - Partials 6 8 +2 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.