Closed consideRatio closed 8 months ago
Attention: Patch coverage is 32.25806%
with 42 lines
in your changes are missing coverage. Please review.
Project coverage is 38.18%. Comparing base (
cf134f0
) to head (d5117f3
). Report is 4 commits behind head on master.
Files | Patch % | Lines |
---|---|---|
hubtraf/user.py | 58.82% | 14 Missing :warning: |
hubtraf/simulate.py | 0.00% | 10 Missing :warning: |
hubtraf/auth/lti.py | 0.00% | 7 Missing :warning: |
hubtraf/check.py | 0.00% | 5 Missing :warning: |
hubtraf/parser/__init__.py | 0.00% | 4 Missing :warning: |
hubtraf/auth/dummy.py | 0.00% | 2 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
I've verified that this PR fixes use of hubtraf in TLJH tests when Python 3.11 and 3.12 is used.
@yuvipanda this PR includes a lot of changes - but most automatic via pre-commit hooks, and could therefor be a somewhat quick review still.
I revisit this PR since i hope to get tljh's tests go green
Thank you @yuvipanda!!
There was an unused
async_timeout
import that also wasn't an explicit dependency, this led to issues in tljh's test system that relies on hubtraf thar surfaced usingdebian:12
(andubuntu:24.04
later) that provides Python 3.11+.