Closed mark-koch closed 2 weeks ago
Attention: Patch coverage is 53.48837%
with 20 lines
in your changes missing coverage. Please review.
Project coverage is 91.40%. Comparing base (
45a460f
) to head (05f92bf
).
Files with missing lines | Patch % | Lines |
---|---|---|
guppylang/decorator.py | 48.48% | 17 Missing :warning: |
guppylang/module.py | 70.00% | 3 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Fixes #583
The problem was that sphinx autodoc got confused by
@guppy
decorated functions. Now, we mock the decorator when we detect that sphinx is running.