twisted / pydoctor

This is pydoctor, an API documentation generator that works by static analysis.
https://pydoctor.readthedocs.io
Other
179 stars 48 forks source link

Release pydoctor 23.9.0 #734

Closed tristanlatr closed 9 months ago

tristanlatr commented 10 months ago
codecov[bot] commented 10 months ago

Codecov Report

Patch coverage has no change and project coverage change: -0.04% :warning:

Comparison is base (4e05370) 92.68% compared to head (f827df8) 92.65%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #734 +/- ## ========================================== - Coverage 92.68% 92.65% -0.04% ========================================== Files 47 47 Lines 8180 8180 Branches 1959 1959 ========================================== - Hits 7582 7579 -3 - Misses 343 345 +2 - Partials 255 256 +1 ``` [see 1 file with indirect coverage changes](https://app.codecov.io/gh/twisted/pydoctor/pull/734/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=twisted)

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

tristanlatr commented 9 months ago

Up

tristanlatr commented 9 months ago

Can you leave an approval here, @buhtz ? Thanks a lot.

tristanlatr commented 9 months ago

Arf, i dont understand all these errors during the twisted build, i might have released a bogus version... Can you check on it @adiroiban ?

tristanlatr commented 9 months ago

The issue is not reproducible locally :/

tristanlatr commented 9 months ago

Ok, it's because we're running with python3.6 and it fails to parse defer.py. I'll fix that...

tristanlatr commented 9 months ago

All fixed now.

adiroiban commented 9 months ago

thanks for the release! Happy to see this fixed.