twisted / pydoctor

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

run static checks on python 3.12 #770

Closed tristanlatr closed 3 months ago

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

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 92.66%. Comparing base (7f82028) to head (b1621b3).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #770 +/- ## ========================================== - Coverage 92.70% 92.66% -0.04% ========================================== Files 47 47 Lines 8304 8304 Branches 1833 1833 ========================================== - Hits 7698 7695 -3 - Misses 347 349 +2 - Partials 259 260 +1 ```

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

tristanlatr commented 3 months ago

@adiroiban it looks like your sphinx extension is not working with python 3.12. Could you please check? Thanks

github-actions[bot] commented 3 months ago

According to pydoctor_primer, this change doesn't affect pydoctor warnings on a corpus of open source code. ✅

tristanlatr commented 3 months ago

It's not the extension after all

github-actions[bot] commented 3 months ago

According to pydoctor_primer, this change doesn't affect pydoctor warnings on a corpus of open source code. ✅