Conversation
Codecov Report
@@ Coverage Diff @@
## master #200 +/- ##
==========================================
- Coverage 92.47% 92.11% -0.36%
==========================================
Files 32 32
Lines 1846 1864 +18
==========================================
+ Hits 1707 1717 +10
- Misses 139 147 +8
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
1ca4145 to
d9e3e91
Compare
|
If it's possible without too much hassle, it would be cool if we could move the actions code down to |
| ####################################################################### | ||
| # Root - Actions execute | ||
|
|
||
| async def run_action(request: Request) -> JSONResponse: |
Check notice
Code scanning / CodeQL
Explicit returns mixed with implicit (fall through) returns
Sure. That sounds like a good idea. Btw ill definitely update the unit testing etc to ensure a passing CI. Just wanted to get to the point where we have the final ish design first |
Needed for the POC here piccolo-orm/piccolo_admin#244