kbase / JobRunner

KBase Job Runner
MIT License
0 stars 5 forks source link

Update to sanic 21.12.2 #55

Closed scanon closed 1 year ago

scanon commented 1 year ago

Update to Sanic 21.12.2 which required some minor code changes and tweaks to requirements.

codecov[bot] commented 1 year ago

Codecov Report

Patch coverage: 40.00% and no project coverage change.

Comparison is base (8e0885a) 75.18% compared to head (8719b48) 75.18%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## callback_module #55 +/- ## ================================================ Coverage 75.18% 75.18% ================================================ Files 13 13 Lines 1068 1068 ================================================ Hits 803 803 Misses 265 265 ``` | [Files Changed](https://app.codecov.io/gh/kbase/JobRunner/pull/55?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=kbase) | Coverage Δ | | |---|---|---| | [JobRunner/callback\_server.py](https://app.codecov.io/gh/kbase/JobRunner/pull/55?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=kbase#diff-Sm9iUnVubmVyL2NhbGxiYWNrX3NlcnZlci5weQ==) | `77.89% <40.00%> (ø)` | |

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

scanon commented 1 year ago

This seems to be passing all test. Merging.